Skip to content

Instantly share code, notes, and snippets.

@helmerdavila
Last active April 30, 2018 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helmerdavila/60a09dd3fe8e864bc00fdad2a3ffc4dd to your computer and use it in GitHub Desktop.
Save helmerdavila/60a09dd3fe8e864bc00fdad2a3ffc4dd to your computer and use it in GitHub Desktop.
Increase RAM (memory_limit) and execution time in php.ini
  1. Edit with vim /usr/local/etc/php/7.2/conf.d/php-memory-limits.ini
  2. Change the number to 1024 and save
  3. Edit with vim /usr/local/etc/php/7.2/php.ini
  4. Change max_execution_time = 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment