Administrators control the resources available to the Container through a set of its resource management parameters. These parameters are presented in the following table:
Name |
Type |
Description |
Main parameters |
||
|
|
Number of processes and threads. |
|
|
Number of TCP sockets. |
|
|
Number of sockets other than TCP. |
|
|
Memory allocation guarantee. |
|
|
CPU power. |
|
|
Disk space quota. |
|
|
Network bandwidth. |
|
|
Whether network bandwidth is limited. |
Additional parameters |
||
|
|
Size of unswappable kernel memory allocated for processes in this Container. |
|
|
Total size of TCP send buffers. |
|
|
Total size of TCP receive buffers. |
|
|
Total size of UNIX-domain socket buffers, UDP and other datagram protocol send buffers. |
|
|
Receive buffers of UDP and other datagram protocols. |
|
|
The guaranteed amount of memory for the case the memory is "over-booked" (out-of-memory kill guarantee). |
|
|
Memory allocation limit. |
|
|
Process pages not allowed to be swapped out (pages locked by |
|
|
Total size of shared memory (IPC, shared anonymous mappings and |
|
|
Total number of RAM pages used by processes. |
|
|
Number of open files. |
|
|
Number of file locks. |
|
|
Number of pseudo-terminals. |
|
|
Number of |
|
|
Total size of |
|
|
Number of |
|
|
Limit on CPU consumption. |
|
|
Disk inode quota. |
|
|
Disk quota grace period. |
|
|
Limit on the number of |
Main parameters are the ones most important for functionality, performance, and availability of the Container.
Note: Availability characterizes the property of Containers or any other server environment to stay operative and serve clients. It is usually measured as the ratio of operative time to total time. High availability is achieved by rare failures and low downtime.
The Type column shows the type of resource controlled by the parameter: system, cpu, disk, or network. This guide is focused on system resources and discusses their management. CPU resources are briefly discussed in the Controlling CPU Time Consumption section.
Management of disk space and network resources is discussed in Parallels Virtuozzo Containers User's Guide. The corresponding parameters are shown in the table for completeness.