How to Increase PHP Memory Limit
Edit the PHP.ini file:
vi /etc/php5/fpm/php.ini |
Change the memory_limit
value:
memory_limit = 512M |
Restart the web server.
More Related Posts
- [2016/05/19] Check if a String Contains Multiple Wo...
- [2016/06/04] Check if a Number is Multiple of Anoth...
- [2016/06/07] How to Get File Extension in PHP
- [2016/05/20] Turn Off Expose_PHP (Hide X-Powered-By...
- [2016/05/25] Disable PHP Notice: Undefined variable...
- [2016/05/27] PHP Domain Parser: Domain\URL Parser P...
- [2016/05/19] Remove Non-Alphanumeric Characters fro...
- [2016/05/19] Validate Value as Integer in PHP