PECL ALLOWED MEMORY LIMIT
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4 bytes) in /usr/share/pear/PEAR/Registry.php on line 1012
Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes)

Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes)
#!/bin/sh
exec /usr/bin/php -C -n -q -d memory_limit=64M -d include_path=/usr/share/pear \
-d output_buffering=1 /usr/share/pear/peclcmd.php "$@"
Comments
Post a Comment