You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling a controller should negatively affect performance (since some accounting for the resource(s) controlled are to be done by the kernel) -- even in the case no limits are set.
So, this is a trade-off between best performance and versatility. Ideally, I'd like it to be configurable (i.e. there should be a way to just enable a controller but do not set any limits, which is currently impossible).
Until we have this ability, either way is fine with me (all controllers or on-demand). Since we used to have all controllers, let's do that.
CreateCgroupPath: only enable needed controllers
(4b4bc99) seems problematic toward supporting nested containers. (#2356)As many controller s as possible should be always enabled.
cc @kolyshkin
The text was updated successfully, but these errors were encountered: