This version is approved.
You are viewing an old version of this page. Return to the latest version.
No categories assigned
Memcached on Linux
-
- Last edited 3 years ago by Benedikt Hofmann
-
-
- This page is approved
< Setup:Installation Guide | System Preparation | Linux
Revision as of 12:33, 25 June 2020 by Mlink-rodrigue (talk | contribs)
Contents
Memcached is a cache server to improve the performance of your BlueSpice installation. It is not required for the actual operation of BlueSpice. The steps listed here are therefore optional. |
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.con 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 " Texvc". If you want to install BlueSpice free, you can now continue with Installing BlueSpice.