2008年06月01日
Allowed memory size of 8388608 bytes exhausted
OpenPNEが久しぶりのメジャーバージョンアップしました。
OpenPNE2.12.0リリースのお知らせ(7ヶ月ぶりのメジャーバージョンアップ)
リンクふくいも早速バージョンアップしようとしたところ、以下のようなエラーが出ました。
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 28042 bytes) in xxxxxxxxxxxxxxxxxxxxxx/lib/include/Smarty/Smarty_Compiler.class.php on line 370
調べてみると、PHPの memory_limit が原因のよう。標準で割り当てられている8Mでは不足らしい。
#そんなこと一言も書いてなかったぞ!>OpenPNE
php.iniの
memory_limit = 8M
↓
memory_limit = 12M
の変更し、apacheを再起動。今度は正常に動きます。
2008年06月01日 15:36 | SNS
トラックバック
このエントリーのトラックバックURL:



