Hello,
Having had alot of problems with xCache that I believe to be related to a problem with php processes being killed that have a large amount of shared memory and litespeed's implementation of php suexec deamon mode, I'm looking for an alternative.
eAccelerator has two types of cache, shm memory cache and disk based cache.
If I were to set the shm memory cache to 8GB and disable disk cache (concidering my kernel allows up to 64GB shared memory would I run into the same problems as xCache ?
If so, although this is not optimum as eAccelerator would be copying from shm memory to tmpfs memory disk would it be better to have maybe 256MB shm and 8GB ramdisk to try and avoid the shared memory issues ?
Thanks
Having had alot of problems with xCache that I believe to be related to a problem with php processes being killed that have a large amount of shared memory and litespeed's implementation of php suexec deamon mode, I'm looking for an alternative.
eAccelerator has two types of cache, shm memory cache and disk based cache.
If I were to set the shm memory cache to 8GB and disable disk cache (concidering my kernel allows up to 64GB shared memory would I run into the same problems as xCache ?
Code:
sysctl -a | grep shmmax
kernel.shmmax = 68719476736
Thanks