Lines Matching refs:processes

5processes will cause contention and waste of resources if restrictions are applied on containers. …
7 …vides an interface for creating and deleting plimits. plimitsfs enables processes and process reso…
11 …re provided by the kernel to limit, record, and isolate the resources used by a group of processes.
14 - sched limiter: limits the time to use CPUs for all processes in a plimits group in a specified pe…
15 - memory limiter: limits the total memory that can be used by all processes in a plimits group.
16 - pids limiter: limits the maximum number of processes that can be mounted in a plimits group.
79 |-rw-r--r-- | 0 | u:0 | g:0 | sched.quota | Sum of time slices of all processes i…
86 |-rw-r--r-- | 0 | u:0 | g:0 | pids.max | Maximum number of processes that can …
87 |-rw-r--r-- | 0 | u:0 | g:0 | plimits.procs | All processes mounted to a group.|
93 - Write time, in ns, to the **sched.quota** file to limit the time for all processes in the group t…
96 - Write a decimal number to the **pids.max** file to limit the number of processes that can be moun…
97 - Write process IDs (PIDs) to the **plimits.procs** file to mount processes to different plimits gr…
115 3. Write a decimal number to the **/plimitsA/pids.max** file to limit the number of processes that …
154 /* Check the processes in the plimits group. */
184 /* Set the number of processes that can be mounted to the plimitsA group. */
195 /* Mount processes to the plimitsA group. */
229 /* Check the processes mounted to the plimitsA group. */