2009年7月6日 星期一

出現Fatal error Allowed memory size ....

出現Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 77 bytes) in ......

應該是記憶體不夠

解決方式:
在程式加入 ini_set('memory_limit', '20M' );
或修改 php.ini (需重新啟動apache)
memory_limit = 20M

沒有留言: