Memcache

2 replies [Last post]
Joined: 05/18/2009
Points: 13

Configuration is not ideal:
memcache is recommended for better performance, however it is not mandatory, and you can continue installation without it.
This test assumes memcache is installed on localhost and listening to port 11211.

What should I do to make my configuration ideal?

Joined: 01/05/2009
Points: 1697
Quote:
Q: How do I install memcache ?
A: Run the command: apt-get install memcached php5-memcache
edit the file: /etc/php5/conf.d/memcache.ini
uncomment the line: ;extension=memcache.so (By removing the ";" from the start).
Restart apache (usualy by running the following command with root user: /etc/init.d/apache2 restart).

From the KalturaCE Getting Started Manual

Joined: 05/18/2009
Points: 13

thanks