define( 'WP_MEMORY_LIMIT', '512M' ); better then define( 'WP_MEMORY_LIMIT', '256

Posted in: Newspaper
Post count: 67

I have
wp-config.php:
/** WP_MEMORY_LIMIT */
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

Can I have better performance if I change to:
define( ‘WP_MEMORY_LIMIT’, ‘512M’ ); ?
Thank You.

Post count: 27744

Hello,

Yes, it should work better, especially if you have plugins that require 256 memory, like WPML.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.