Open johnreytanquinco opened 7 years ago
Need to remove extra ' on the first line of the codes under settings.php that causing the error of not applying the MEMORY_LIMIT env var value.
'
settings.php
MEMORY_LIMIT
if (getenv("'MEMORY_LIMIT") !== false){ ini_set('memory_limit',getenv('MEMORY_LIMIT')); }
Need to remove extra
'
on the first line of the codes undersettings.php
that causing the error of not applying theMEMORY_LIMIT
env var value.