Memory limit
-
I use a ligtsail Aws with the following configurations: 4GB RAM, 2 vCPUs, 80GB SSD cPanel & WHM for Linux.
I have a virtual store with 1000 daily accesses and when entering woocomerce status I verified that wordpress memory limit was at 1Gb.
So I went into wp-config and put the following lines
define( ‘WP_MEMORY_LIMIT’, ‘2g’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘2g’ );and in php.ini I changed memory_limit from 64m to 2g.
I’m not sure what I did, but I want my site to use as much memory as possible from my ligtsail. Can I increase it even more or should I not touch it?
my machine only runs whm + cpanel + wordpress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Memory limit’ is closed to new replies.