Hi ,
I am getting the following error.
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10240 bytes)
To overcome the above error , i thought of increasing memory heap size by changing the "memory_limit" (128M to 256M) in php.ini file.
Can any one please tell me it will create any causes like memory leak, etc...?
Thanks,
Sangaiah
Memory limit issue in php
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: Memory limit issue in php
There are 2 places to increase the php memory size. Dont forget to restart apache afterwards! Full restart is probably better than a graceful.