rackaid
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
Comments
Recent activity by rackaid-
The script says you have 258.9M of memory configured in per-thread settings. I wonder if this is not a math error and this should be 258KB per thread. Regardless, I would not rely too much on...
-
Before diving into tuning MySQL, what makes you think it is a bottleneck? From your stats, I do not see any lock wait condition and buffer hit rates are high. I doubt you will see much improvem...
-
This may be your issue. btw this is a shared hosting With shared hosting, you likely share your server's IP with a number of other domains. If those domains send spam, the IP reputation will...
-
Generally, cpHulk should not impact web site performance. cpHulk could have had an issue causing high CPU usage, but otherwise I would not expect the two to be related. Note that TTFB can vary ...
-
I doubt you can easily merge these partitions. Even if you could, I am not sure I would risk it on a production server. The issue is that the full partition is your root partition and re-sizing t...
-
@Nabello Are you seeing the same IP blocked over and over or are these different IPs? If the same IP (or small range) is attacking repeatedly, you can set longer timeouts for blocks in CSF/...
-
Did ImmunifyAV detect the issue? Their pro version can auto-clean some files.
-
These errors can be difficult to debug. Note that the ports in these logs are not the server's ports but the ports of the client. So this will vary each time as the client will use different p...
-
If you have a hard quota and the web app (or mail) needs to write data, the app may hang because it cannot write. I generally don't use hard quotas on our systems for this reason. You may want t...
-
We manage a number of systems on AWS - both large and small - with and without control panels. All of the instance types can be confusing. The t-series systems use burstable CPUs. These are ...