Greetings community.
I got this error when trying to load a big file in a buffer (variable).
X-Powered-By: PHP/4.2.3
<br />
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted at SAPI.c:223 (tried to allocate 10 bytes) in <b>/root/devel/cam_radius_search/cam_radius_search.php</b> on line <b>4</b><br />
/root/devel/cam_radius_search/cam_radius_search.php(4) : Fatal error - Allowed memory size of 8388608 bytes exhausted at SAPI.c:223 (tried to allocate 10 bytes)
I said to myself, hey, no problem, i'll just raise the max_mem in php.ini.
Problem is, it was already set a 32MB ... take a look at this ;
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
memory_limit = 32M ; Maximum amount of memory a script may consume (8M😎
So... anyone has any idea what is going on ?