Last Updated: February 25, 2016
·
10.28K
· robinvdvleuten

Make PHP consume unlimited memory

Sometimes in your dev environment PHP memory limit exhaustions can be very frustrating. A quick tip to bypass these is to set PHP's memory limit to unlimited in your php.ini file;

memory_limit = -1