Study/Php2007. 4. 4. 13:52

서버에서 이딴 문제 발생....

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in
/root/home/aaa.php on line 388


php.ini의

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

이 부분이 문제였던듯.....

Posted by 영혼도둑