Hi all,
Recently switched to LSWS after failing to get OLS to work for my use set. It's a Mediawiki site, and LS Cache is enabled and I was able to confirm that it was fine. I could use ab to get thousands of request responses per second locally, and was able to use loader.io to do stress testing. But, as soon as I switched DNS records to make the site go live, top showed increasing CPU usage -- hitting 30.00 -- and everything bogged down.
Notably, for some reason free RAM refused to budge whatsoever -- I thought all the stuff in cache/buffer would be used by the lsphp tasks that were spawned with the visitors, but RAM usage just did not move at all. The server is using 8GB of 64GB worth of RAM, half of it Redis, another chunk MySQL, but even as scores or hundreds of visitors showed up, and lsphp was spawned, no RAM was used for these tasks. It seems really strange.
Any suggestions of where to look to fix this? I feel like I'm on the verge of this site being production-ready after struggling for weeks trying to get OLS to work.
Recently switched to LSWS after failing to get OLS to work for my use set. It's a Mediawiki site, and LS Cache is enabled and I was able to confirm that it was fine. I could use ab to get thousands of request responses per second locally, and was able to use loader.io to do stress testing. But, as soon as I switched DNS records to make the site go live, top showed increasing CPU usage -- hitting 30.00 -- and everything bogged down.
Notably, for some reason free RAM refused to budge whatsoever -- I thought all the stuff in cache/buffer would be used by the lsphp tasks that were spawned with the visitors, but RAM usage just did not move at all. The server is using 8GB of 64GB worth of RAM, half of it Redis, another chunk MySQL, but even as scores or hundreds of visitors showed up, and lsphp was spawned, no RAM was used for these tasks. It seems really strange.
Any suggestions of where to look to fix this? I feel like I'm on the verge of this site being production-ready after struggling for weeks trying to get OLS to work.