Ramblings from MostlyChris

Tech stuff and a bit more

Browsing Posts in Pear

I was installing APC on a server and ran across this error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /usr/share/pear/PEAR/PackageFile/v2/Validator.php on line 1831 One would assume that fixing this would be to edit the php.ini file and change the memory settings. However, that is not the case [...]

Recently, I ran into an error while attempting to install a PECL package on a Redhat 5.3 64bit server. —- Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 23040 bytes) in /usr/share/pear/PEAR/Builder.php on line 263 —- I checked the memory limit setting in /etc/php.ini and it was set for 16M so [...]