Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active March 6, 2018 06:06
Show Gist options
  • Save jennimckinnon/afa2f70ef9ba25d5e158 to your computer and use it in GitHub Desktop.
Save jennimckinnon/afa2f70ef9ba25d5e158 to your computer and use it in GitHub Desktop.
Changing the maximum upload and PHP memory limit for WordPress.
php_value upload_max_filesize 1000M
php_value post_max_size 2000M
php_value memory_limit 3000M
php_value max_execution_time 180
php_value max_input_time 180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment