fatal error : allowed memory size of 123131 bytes exhausted (tried to allocate 71 bytes)
이것을 추가하면은 에러가 사라졌습니다.
set_time_limit(0);
ini_set('memory','256M');
ini_set('memory_limit', -1);
'[Error]' 카테고리의 다른 글
[error] 서버 오류 (0) | 2017.09.06 |
---|---|
weblogic.net.http.SOAPHttpsURLConnection cannot be cast to javax.net.ssl.HttpsURLConnection (0) | 2017.05.02 |
[불필요] npenkIEInstall5.dll (0) | 2014.11.07 |
cannot be resolved in either web.xml or the jar files deployed with this application (0) | 2014.06.02 |
[error] 이클립스 에러 톰캣 중복 (0) | 2014.04.16 |