aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/cgroup.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: ensure that auto descriptions are self-sufficientDmitry Vyukov2024-11-141-1/+1
| | | | | Test that if we enable only auto descriptions, nothing gets disabled. Currently nothing can create fd_cgroup which is used by the descriptions.
* sys/linux: remove cgroup_paths in favor of cgroup_dirsPaul Chaignon2023-12-051-1/+0
| | | | | | The two string flags are the same. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* sys/linux: enable controllers when mounting cgroupsDmitry Vyukov2021-10-131-1/+1
| | | | Cgroup mounts also accept a list of subsystem controllers.
* sys/linux: add more cgroup controlsDmitry Vyukov2021-10-121-2/+17
| | | | Add new and missing cgroup controls.
* sys/linux: improved the descriptions for cgroupNecip Fazil Yildiran2020-07-051-2/+48
| | | | | | | | fix: hugetlb.<hugepagesize>.limit_in_bytes can be set. hugetlb.<hugepagesize>.usage_in_bytes is for reading. added descriptions for the following resource controllers: net_cls, net_prio, devices, freezer.
* sys/linux: modernize cgroup descriptionsDmitry Vyukov2018-07-081-13/+3
|
* sys/linux: refactor some flags to use char constsDmitry Vyukov2018-04-291-4/+2
|
* executor: rework cgroups supportDmitry Vyukov2018-03-271-3/+4
| | | | | | | | | | Turns out creating a cgroup per test is too expensive. Moreover, it leads to hanged tasks as cgroup destruction is asynchronous and overloads kernel work queues. Create only a single cgroup per proc, but restrict descriptions to mess with that single group, instead test processes create own nested cgroups for messing.
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-0/+56