Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445097
| From | Topi Miettinen <toiwoton@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] help configure some cgroup limits (v2) |
| Date | 2016-07-17 22:10 +0200 |
| Message-ID | <rW0xY-59Z-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, There are many basic ways to control processes, including capabilities, cgroups and resource limits. However, there are far fewer ways to find out useful values for the limits, except blind trial and error. This patch series attempts to fix that by giving at least a nice starting point for configuration of PID and device cgroups. Thanks to the commenters for the previous version. -Topi Topi Miettinen (2): cgroup_pids: track highwater mark of pids device_cgroup: track and present accessed devices kernel/cgroup_pids.c | 51 ++++++++++++++++++++++++++-- security/device_cgroup.c | 86 ++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 117 insertions(+), 20 deletions(-) -- 2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] help configure some cgroup limits (v2) Topi Miettinen <toiwoton@gmail.com> - 2016-07-17 22:10 +0200
[PATCH 2/2] device_cgroup: track and present accessed devices Topi Miettinen <toiwoton@gmail.com> - 2016-07-17 22:10 +0200
[PATCH 1/2] cgroup_pids: highwater mark of pids Topi Miettinen <toiwoton@gmail.com> - 2016-07-17 22:10 +0200
[PATCH 1/2] cgroup_pids: track highwater mark of pids Topi Miettinen <toiwoton@gmail.com> - 2016-07-17 22:10 +0200
Re: [PATCH 1/2] cgroup_pids: track highwater mark of pids Tejun Heo <tj@kernel.org> - 2016-07-19 21:10 +0200
csiph-web