Hi,
I have a server with 4GB RAM, running MariaDB and OpenLitespeed running php application.
Let's say that MariaDB has a maximum memory usage of 2.5 GB. How would you limit (if at all) OpenLitespeed server so it won't use too much RAM?
I was looking at soft and hard memory limits for lsphp external application, but I am not sure if this limits the memory consumption per process or for the whole application.
I am trying to limit the OpenLitespeed so it won't consume too much RAM on the system and cause any issues with the database. But again, I am not sure if I should limit OpenLitespeed at all, as it looks like it has some smart memory control integrated into it.
I have a server with 4GB RAM, running MariaDB and OpenLitespeed running php application.
Let's say that MariaDB has a maximum memory usage of 2.5 GB. How would you limit (if at all) OpenLitespeed server so it won't use too much RAM?
I was looking at soft and hard memory limits for lsphp external application, but I am not sure if this limits the memory consumption per process or for the whole application.
I am trying to limit the OpenLitespeed so it won't consume too much RAM on the system and cause any issues with the database. But again, I am not sure if I should limit OpenLitespeed at all, as it looks like it has some smart memory control integrated into it.