본문 바로가기

프로그래밍/php

ini_set(“memory_limit”)

메모리 할당 제한

ini_set
("memory_limit","5M");

--페이지의 메모리할당이 5M이상이 발생하면 에러발생 

Fatal error: Allowed memory size of 5242880 bytes exhausted (tried to allocate 1452 bytes)