and it looks like it works anyhow.
http://eaccelerator.net/wiki/Settings tells: "On Linux the maximum
amount of memory a process can allocate is limited by the number set
in /proc/sys/kernel/shmmax. Allocating more than this value will
result in eAccelerator failing to initialise."
shmmax is 32MB
eaccelerator.shm_size is 128MB
cat /proc/sys/kernel/shmmax
33554432
But control.php shows Memory usage 81.78% (104.68MB/ 128.00MB)
Do I have to adjust shmmax to eaccelerator.shm_size?
Why is it working, I'm clueless