2010年2月24日 星期三

Fatal error: Allowed memory size of 134217728 bytes exhausted



Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16 bytes) in /usr/home/web/php_excel/Classes/PHPExcel/Cell.php on line 155


出現這個訊息是預設的記憶體空間不足
可以在程式裡加上

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

暫時擴充程式可以使用的記憶體空間