어제와 똑같이 살면서 다른 미래를 기대하지 말자

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6720 bytes) in /home/welfare/public_html/ylfw/classes/class.Image.php on line 29 본문

IT관심분야/PHP

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6720 bytes) in /home/welfare/public_html/ylfw/classes/class.Image.php on line 29

플랜액터 2008. 6. 17. 16:21
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6720 bytes) in /home/welfare/public_html/ylfw/classes/class.Image.php on line 29
썸네일 이미지를 만드는 잘 사용하던 모듈에서 갑자기 위에 같은 에러를 뿜어낸다. ㅡㅡ;

제한 메모리양을 초과 했나보다..

1. 코드에 아래 내용을 추가하는 방법
ini_set('memory_limit','32M');

2. php.ini 파일 수정
memory_limit = 16M을 32M으로 늘리고 저장.

Comments