gvisor/runsc/cgroup
Aleksandr Razumov 8782f0e287
Set CPU number to CPU quota
When application is not cgroups-aware, it can spawn excessive threads
which often defaults to CPU number.
Introduce a opt-in flag that will set CPU number accordingly to CPU
quota (if available).

Fixes #1391
2019-12-15 21:12:43 +03:00
..
BUILD
cgroup.go Set CPU number to CPU quota 2019-12-15 21:12:43 +03:00
cgroup_test.go