Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save humbertocastelo/a8356cb6b1087cbdeb92df53220b5932 to your computer and use it in GitHub Desktop.
Save humbertocastelo/a8356cb6b1087cbdeb92df53220b5932 to your computer and use it in GitHub Desktop.
Apache .htaccess php_value memory_limit
<IfModule mod_php5.c>
php_value memory_limit 512M
</IfModule>
<IfModule mod_php7.c>
php_value memory_limit 512M
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment