Skip to content

Instantly share code, notes, and snippets.

@IamSwap
Created January 26, 2016 09:22
Show Gist options
  • Save IamSwap/a32beb4bb0799a9309ba to your computer and use it in GitHub Desktop.
Save IamSwap/a32beb4bb0799a9309ba to your computer and use it in GitHub Desktop.
PHP Configurations for Magento 2
## Maximum Execution Time.
max_execution_time = 18000
## Maximum Input Time.
max_input_time = 6000
## Increase Memory Limit (Set more that 768M).
memory_limit = 1024M
## Increase Maximum size of post data.
post_max_size = 128M
## Also increase the Maximum allowed size for uploaded files.
upload_max_filesize = 32M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment