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?

link|improve this question

I don't know anything about this, but shm_max != shmmax it seems to me the latter might be a OS setting as described e.g. in this forum thread – Pekka Jan 2 '11 at 0:50
what's the output of the following command on your system? sysctl -a | grep shmmax – DrDol Jan 2 '11 at 0:51
Output is: kernel.shmmax = 33554432 – Poru Jan 2 '11 at 1:51
Has nobody an idea? – Poru Jan 4 '11 at 17:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.