Tagged Questions
1
vote
1answer
525 views
Increase memory to memcached
I need to increase the memory size for memcached. I have done this before, but I cannot remember all the steps that I took. If I remember correctly, I downloaded /etc/sysconfig/memcached and changed ...
2
votes
2answers
447 views
Memcached is not launching
I just installed memcached and the memcache pecl extension. Now randomly I cannot get it to start. When I run service memcached start I get this:
Starting memcached: chown: `memcached\r': invalid ...
1
vote
3answers
1k views
How to confirm memcache memory increase?
Alright, I have downloaded /etc/sysconfig/memcache
And edited the file that contained "PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="64"
OPTIONS="" to 1000 cachesize. I uploaded the file ...
1
vote
2answers
2k views
Launch memcached on server boot?
How can I do this? Im running RedHat x86_64 es5. I heard that a cron job is possible, and some other people talk about a script?
Note that my linux server knowledge is very limit, so please be ...