Skip to content

Instantly share code, notes, and snippets.

@peacefulseeker
Last active November 27, 2017 16:19
Show Gist options
  • Save peacefulseeker/02a0a8531c52e6883b5adcb2538b7971 to your computer and use it in GitHub Desktop.
Save peacefulseeker/02a0a8531c52e6883b5adcb2538b7971 to your computer and use it in GitHub Desktop.
WordPress - wp-config.php define WordPress Memory Limit and cURL Temout
/* WordPress Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
/* cURL Timeout */
ini_set('default_socket_timeout', '300');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment