Forum Moderators: coopster
Using PHP 4 on Linux, I installed PECL APC:
[pecl.php.net...]
It works ok if you access PHP scripts via web, but it won't work if you execute them via shell:
[]# php foo.php
[]# [Wed Apr 11 19:07:52 2007] [apc-error] apc_mmap: mmap failed: No space left on device
I've set this parameters within 'php.ini':
--------
extension="apc.so"
apc.shm_size = 48
--------
Does anybody have experience with this issue? Thank you very much