I installed eAccelerator and if I uncomment extension="eaccelerator.so" in PHP and restart Apache if fails and in the error.log stands
eAccelerator: shmmax should be at least 2MB
If I set eaccelerator.shm_max="4M" it even don't work and if I set it so eaccelerator.shm_max="0" it also don't work. I get everytime the mentioned error.
I'm using PHP 5.2.4 and (latest) eAccelerator 0.9.6.1. What's the problem?
shm_max!=shmmaxit seems to me the latter might be a OS setting as described e.g. in this forum thread – Pekka Jan 2 '11 at 0:50kernel.shmmax = 33554432– Poru Jan 2 '11 at 1:51