2010年10月21日 星期四

[PHP]Allowed memory size of 33554432 bytes exhausted

Php error :
Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php

居然超出記憶體限制...

solution :

ini_set('memory_limit', '-1');

OR

ini_set('memory_limit', '128M');

若是避免讀取大檔案, 請使用 fopen() & fread(). 這function.

【下列文章您可能也有興趣】

沒有留言: