Skip to content

Instantly share code, notes, and snippets.

@Pseric
Created August 16, 2017 06:02
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 Pseric/e9650cf8b5a70a8410beb3463012858a to your computer and use it in GitHub Desktop.
Save Pseric/e9650cf8b5a70a8410beb3463012858a to your computer and use it in GitHub Desktop.
# 為網站設定記憶體限制
define( 'WP_MEMORY_LIMIT', '96M' );
# 為控制台設定記憶體限制
define( 'WP_MAX_MEMORY_LIMIT', '128M' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment