Adding cgroups to glossary (#15106)
* Adding cgroup to glossary Adding cgroup to glossary * Removed value from aka field * Updating cgroups.md with cgroups changed to cgroup Co-Authored-By: Tim Bannister <tim@scalefactory.com> * Modified cgroups to singular * Title update and remove etc Updated the title as mentioned in v2 docs and removed etc * Update cgroups.md Adding different short description Co-Authored-By: Tim Bannister <tim@scalefactory.com> * Updated cgroups.md short description * Changed file name and glossary title * Changed the title to make it consistent
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cc85b16d40
commit
7acaa5adae
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: cgroup (control group)
|
||||||
|
id: cgroup
|
||||||
|
date: 2019-06-25
|
||||||
|
full_link:
|
||||||
|
short_description: >
|
||||||
|
A group of Linux processes with optional resource isolation, accounting and limits.
|
||||||
|
|
||||||
|
aka:
|
||||||
|
tags:
|
||||||
|
- fundamental
|
||||||
|
---
|
||||||
|
A group of Linux processes with optional resource isolation, accounting and limits.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
cgroup is a Linux kernel feature that limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network) for a collection of processes.
|
||||||
Reference in New Issue
Block a user