Re: [PATCH] cgroup: Add pids controller event when fork fails because of pid limit

2016-06-20 Thread Johannes Weiner
On Mon, Jun 20, 2016 at 08:09:22PM -0700, Kenny Yu wrote: > Summary: > This patch adds more visibility into the pids controller when the controller > rejects a fork request. Whenever fork fails because the limit on the number of > pids in the cgroup is reached, the controller will log this and

Re: [PATCH] cgroup: Add pids controller event when fork fails because of pid limit

2016-06-20 Thread Johannes Weiner
On Mon, Jun 20, 2016 at 08:09:22PM -0700, Kenny Yu wrote: > Summary: > This patch adds more visibility into the pids controller when the controller > rejects a fork request. Whenever fork fails because the limit on the number of > pids in the cgroup is reached, the controller will log this and

[PATCH] cgroup: Add pids controller event when fork fails because of pid limit

2016-06-20 Thread Kenny Yu
Summary: This patch adds more visibility into the pids controller when the controller rejects a fork request. Whenever fork fails because the limit on the number of pids in the cgroup is reached, the controller will log this and also notify the newly added cgroups events file. The `max` key in the

[PATCH] cgroup: Add pids controller event when fork fails because of pid limit

2016-06-20 Thread Kenny Yu
Summary: This patch adds more visibility into the pids controller when the controller rejects a fork request. Whenever fork fails because the limit on the number of pids in the cgroup is reached, the controller will log this and also notify the newly added cgroups events file. The `max` key in the