Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Increase the PHP memory limit

/*
To increase the PHP memory limit setting, edit your PHP.ini file found under /usr/local/etc/php/7.4/.
Increase the default value (example: Maximum amount of memory a script may consume = 128MB) of the PHP memory limit line in php.ini.
*/

memory_limit = 256M
Source by haydenjames.io #
 
PREVIOUS NEXT
Tagged: #Increase #PHP #memory #limit
ADD COMMENT
Topic
Name
1+6 =