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
@@ -338,19 +336,3 @@ func (s *forwardIO) Stdout() io.ReadCloser {
338
336
func (s*forwardIO) Stderr() io.ReadCloser {
339
337
returnnil
340
338
}
341
-
342
-
// setOOMScoreAdj comes from https://github.com/genuinetools/img/blob/2fabe60b7dc4623aa392b515e013bbc69ad510ab/executor/runc/executor.go#L182-L192
343
-
funcsetOOMScoreAdj(spec*specs.Spec) error {
344
-
// Set the oom_score_adj of our children containers to that of the current process.
0 commit comments