- Joined
- Mar 27, 2015
- Messages
- 837
- Likes
- 1,486
- Degree
- 3
This is baffling to me.
I have a site hosted on a VPS on Liquidweb.
My site gets about 25k visitors a day.
However when traffic on site peaks around 200 people on site per minute the whole site either slows down terribly or crashes and becomes non responsive.
This seems bizarre to me since its such a small amount of traffic.
Below is the response from Liquid web support.
As a server noobcake I have zero clue what any of this means of if they are just bullshitting me and I should move host.
Anyone technical have a clue what they are on about and what I should do?
That means that the domain xxxxx.com is getting enough traffic that its causing load and bringing down sites. I found the cause of this to be in the .user.ini in the public_html directory for that user. There is a PHP memory limit there of 196M. With that PHP memory limit, there is a maximum possible usage of 14.7G of RAM and there is only 3.3G available on the server.
One way to alleviate that issue would be to raise the RAM on the server to at least 15G. Alternatively we could lower the PHP memory limit for that .user.ini.
Please let me know how you would like to proceed.
my recommendations mean we will want to either lower the PHP memory limit for that site OR increase the RAM on the server to accommodate that site OR lower the Apache setting for simultaneous connections to accommodate the PHP memory limit for that domain.
The server is not broken by any means. You would want a developer to fix the code. Also they can make recommendations or clarify why sites are using so much resources.
I have a site hosted on a VPS on Liquidweb.
My site gets about 25k visitors a day.
However when traffic on site peaks around 200 people on site per minute the whole site either slows down terribly or crashes and becomes non responsive.
This seems bizarre to me since its such a small amount of traffic.
Below is the response from Liquid web support.
As a server noobcake I have zero clue what any of this means of if they are just bullshitting me and I should move host.
Anyone technical have a clue what they are on about and what I should do?
That means that the domain xxxxx.com is getting enough traffic that its causing load and bringing down sites. I found the cause of this to be in the .user.ini in the public_html directory for that user. There is a PHP memory limit there of 196M. With that PHP memory limit, there is a maximum possible usage of 14.7G of RAM and there is only 3.3G available on the server.
One way to alleviate that issue would be to raise the RAM on the server to at least 15G. Alternatively we could lower the PHP memory limit for that .user.ini.
Please let me know how you would like to proceed.
my recommendations mean we will want to either lower the PHP memory limit for that site OR increase the RAM on the server to accommodate that site OR lower the Apache setting for simultaneous connections to accommodate the PHP memory limit for that domain.
The server is not broken by any means. You would want a developer to fix the code. Also they can make recommendations or clarify why sites are using so much resources.