About memory wp_memory_limit configuration.
-
Hi,
I run 3 WordPress websites on single VPS server and all websites`s database are seperated. (Ubuntu 20.04 + Mariadb + Php7.4 + Nginx)
However, my server memory is not that big, so I applied the below settings:
php.ini
memory_limit = 256MFirst website
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );Second website
define( ‘WP_MEMORY_LIMIT’, ’64M’ );Third website
define( ‘WP_MEMORY_LIMIT’, ’64M’ );In this case, will the 2nd and 3rd websites only allow up to 64M of memory?
Or is it allowed up to 256M according to php’s memory_limit ?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘About memory wp_memory_limit configuration.’ is closed to new replies.