PHP Memory Limit? Topic is solved
PHP Memory Limit?
I've set 128MB memory in /etc/php.ini
But,
i'm getting Server 500 errors.
Let me understand this...
Server is trying to allocate 1.698.131 bytes (1.x MB) within allowed memory size of 134.217.728 (128MB) bytes?
How is this possible?
But,
i'm getting Server 500 errors.
Code: Select all
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1698131 bytes).........
Server is trying to allocate 1.698.131 bytes (1.x MB) within allowed memory size of 134.217.728 (128MB) bytes?
How is this possible?
Re: PHP Memory Limit?
I think that problem with your site script
try to use 256 mb for php
try to use 256 mb for php