-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

cgcreate


> Create cgroups, used to limit, measure, and control resources used by processes.

> `cgroups` types can be `memory`, `cpu`, `net_cls`, etc.

More information.


Create a new group:

cgcreate -g {group_type}:{group_name}

Create a new group with multiple cgroup types:

cgcreate -g {group_type1},{group_type2}:{group_name}

Create a subgroup:

mkdir /sys/fs/cgroup/{group_type}/{group_name}/{subgroup_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:42:23 2024