I installed memcached 1.2.2 and I connect using PHP5 using PECL extension with a unix socket as it's only one machine.
Quote:
memcached -d -u www -m 1000 -c 10000 -s /server/memcached.sock

my average server load is 0.50%
after I run memcache for a day or two then I get server load to jump suddenly to 100%
I get that on my syslog
Quote:
Nov 2 10:58:44 server kernel: Out of Memory: Killed process 10337 (memcached).

when I restart memcached server returns to its normal load
in most of my caching I set TTL for the cache vars mostly 1 day

Reply via email to