Parallels H-Sphere enables to configure VPS resource limits in Parallels H-Sphere VPS plans and in user control panel.
Limit |
Label |
Description |
Requirements & Restrictions |
Related VPS Scripts |
Disk Limit |
DLIMIT |
Disk Limit is the maximum disk usage for a VPS server. Default - disabled (set to 0). |
Disk Limit cannot be exceeded. No more data will be dumped into the disk if disk usage reaches Disk Limit. |
|
Memory Limit |
MLIMIT |
Memory Limit is the maximum total memory usage for processes running and libraries loaded on a VPS server. Default - disabled (set to 0). |
Memory Limit depends on tasks running on a VPS server. |
|
Process Limit |
PLIMIT |
Process Limit is the maximum number of processes running inside a VPS server. Default - disabled (set to 0). |
Process Limit cannot be exceeded. No new processes will be created if the number of running processes reaches Process Limit. All new processes will be killed. |
|
Context RSS Limit |
RSSLIMIT |
Context RSS Limit is maximum resident/virtual memory usage for processes running and libraries loaded on a VPS server. Default - disabled (set to 0). |
Context RSS Limit depends on virtual memory available on the host server (physical machine), on tasks running on a VPS, and on total memory limit. |
|
File Limit |
FILELIMIT |
File Limit is the maximum number of file handlers opened inside a VPS server. Default - disabled (set to 0). |
File Limit cannot be exceeded. No new files will be opened if the number of opened file handlers reaches File Limit. Minimal VPS installation requires ~150-200 opened file handlers allowed. |
|
TCP Socket Limit |
TCPLIMIT |
TCP Socket Limit is the maximum number of TPC connections established on a VPS server. Default - disabled (set to 0). |
TCP Socket Limit cannot be exceeded. No new connection via TCP (for example, SSH connections) will be established if their number reaches TCP Sockets Limit. |
|
CPU Hard Limit |
HARDCPU |
CPU Hard Limit is the maximum CPU usage (of all host server CPUs) for a VPS server. Default - disabled (set to 0). |
CPU Hard Limit must be less than 100%. |
|
CPU Guaranteed Limit (CPU Soft Limit) |
SOFTCPU |
The guaranted value of CPU resources (in %) which can be allocated by virtual server if they are required and available in host system. Default - disabled (set to 0). |
CPU Guaranteed Limit must be less than CPU Hard Limit and 100%. For all registered vps on host Summary CPU Guaranteed Limit values must be less than 100%. |
|
Note: VPS limit labels are set by the vps-get-config.pl script. See VPS Scripts.
vserver_limit tool provided by FreeVPS. For more info about it run: # man vserver_limit