(Created page with "{{DISPLAYTITLE:Memcached on Linux}} __TOC__ {{Messagebox|boxtype=important|Note text=Memcached is a cache server to improve the performance of your BlueSpice installation. It...") Tag: 2017 source edit |
No edit summary |
||
| Line 16: | Line 16: | ||
==Next step== | ==Next step== | ||
If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step "[[Setup:Installation Guide/ | If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step " [[Setup:Installation Guide/Advanced/Mathoid|Mathoid]]". If you want to install BlueSpice free, you can now continue with [[Setup:Installation Guide/With Installer|Installing BlueSpice]]. | ||
[[en:{{FULLPAGENAME}}]] | [[en:{{FULLPAGENAME}}]] | ||
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Memcached]] | [[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Memcached]] | ||
Revision as of 15:44, 12 September 2022
For our customers with BlueSpice version 5: Please switch to the BlueSpice 5 helpdesk.
Installation
Install Memcached with Aptitude:
apt-get update; \ apt-get -y install memcached; \ apt-get clean
Configuration
Open the file containing the memcached configuration (for example, /etc/memcached.conf on Debian / Ubuntu). Find the '-m' argument there and increase the available memory according to your server's capabilities:
-m 512
Save and close the file and restart memcached with service memcached restart.
Next step
If you have completed all steps successfully and want to install BlueSpice pro, proceed to the next step " Mathoid". If you want to install BlueSpice free, you can now continue with Installing BlueSpice.