1//Unlimited momory limit
2ini_set('memory_limit', '-1');
3
4//Fixed memory limit
5ini_set('memory_limit','2048M');
1/*
2To increase the PHP memory limit setting, edit your PHP.ini file found under /usr/local/etc/php/7.4/.
3Increase the default value (example: Maximum amount of memory a script may consume = 128MB) of the PHP memory limit line in php.ini.
4*/
5
6memory_limit = 256M