Announcement

Collapse
No announcement yet.

Limits

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Limits

    How we can determine limits for a shared hosting server. Lets say for example this particular server is hosting about 35 sites with relatively low traffic. Some WordPress, some HTML sites ect
    • SPEED=200% - 100% is one core
    • PMEM=1GB - 1GB of ram
    • IO=4096KB/s - How can we determine what's a good value?
    • IOPS=1024 - How can we determine what's a good value?
    • NPROC=100 - How can we determine what's a good value?
    • EP=40 - How can we determine what's a good value?

  • #2
    As the traffic is low I would leave defaults, even SPEED to be set to 100%. Other settings are also good.

    The best way to understand how good they are is to monitor the server and review if anyone actually hits the limits. It can be done with the following command:

    Code:
    lveinfo --by-fault --period 1d

    Comment

    Working...
    X