define( ‘WP_MEMORY_LIMIT’, ‘????’
-
Hello all,
A question: On a private server with 12GB and 8 cores we run a busy WordPress website and some other small websites.
What should I set here in config.php to have it optimal running?define( 'WP_MEMORY_LIMIT', '????' );
define( 'WP_MAX_MEMORY_LIMIT', '?????' );This for example?:
define( 'WP_MEMORY_LIMIT', '1028M' );
define( 'WP_MAX_MEMORY_LIMIT', '8224M' );Thanks sofar!
Best,
Tom
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘define( ‘WP_MEMORY_LIMIT’, ‘????’’ is closed to new replies.