Question
How to Set Memory Limit for WordPress Website
Droplet Config : 4GB RAM
Managed by Serverpilot
Current Memory Limit : 128MB Memory, WP Limit 40MB
Max File Upload: 512MB
The Droplet hosts only one WordPress Website.
I want to set memory Limit as
define( ‘WPMEMORYLIMIT’, '1024M’ );
define( 'WPMAXMEMORY_LIMIT’, '2048M’ );
Will there be any issue?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×