カテゴリー
technology

php コマンドで警告 (Allowed memory size of 8388608 bytes exhausted)

どうも Fresh Reader の cron ジョブで php コマンドが警告を出しているっぽい。

Allowed memory size of 8388608 bytes exhausted (tried to allocate 25 bytes)

/etc/php4/php.ini を修正。

;memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
memory_limit = 16M