Recent content by noob404

  1. noob404

    Is it safe to remove the Example vhost and listener?

    For the time being I have set * for Access Denied under Context for the Example Listenerr's '/' And, it doesn't affect my site's performance. I am wondering if I can safely remove the Example vhost, listener and the files under /usr/local/lsws/Example
  2. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    Figured it out. I noticed this issue didn't exists with MySQL. Turns out mariaDB has a max_connections parameter. I edited it under the file /etc/mysql/mariadb.conf.d/50-server.cnf and then ran the benchmark. There's still some throttling after some time, that I need to figure out. But, CPU...
  3. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    I just re-installed LOMP on a fresh Ubuntu installation. Here is an htop screenshot from when the ab benchmark was running:- Another interesting thing is that, OLS on aaPanel seems to be doing better than manual LOMP. Here is a screenshot of OLS ab results on aaPanel:- The only major...
  4. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    Hey, thanks for the reply. Yes, it's a PHP site. Pardon me for the htop screenshot. I do see mariadb, osl and lsphp on htop when the benchmark is run. Yes, it loads and functions properly on the browser. The final screenshot is after I installed LSMCD if that's what you mean by cache.
  5. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    UPDATE 2 - Tried reducing the core to 1 from 2, and yet get the same results, yet again proving that OLS refuses to use the full capacity of the machine. Would anyone please help out?
  6. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    Ran some more tests and found some very disappointing results. Here is the same site with Apache (completed 10K requests in 36s) The same website with OLS (after tweaking some things following this - forum.openlitespeed.org/threads/openlitespeed-limitation-based-on-resource.4222 Took a...
  7. noob404

    Website slows down or crashes on running benchmark (ab, wrk)

    Hi, I am new to OLS. Was planning to migrate from Apache as I have heard great things about OLS. So, I just setup LOMP (with PHP 8.1) with VSFTPD and phpMyAdmin on my Ubuntu 22.04 Server (Virtualbox) - 2GB RAM, 2 Cores, for testing. My website uses PHP an has atleast 3-4 MySQL calls every page...
Top