Skip to content

fix: fix oom_score adjustments failing if caps set #15758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
sreya committed Dec 5, 2024
commit 6cd12d74e43c0686940f5e5cb18be3f90972a753
1 change: 0 additions & 1 deletion agent/agentexec/cli_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func binCmd(ctx context.Context, t *testing.T, bin string, oom, nice int) (*exec
}
})
return cmd, file

}

func cmd(ctx context.Context, t *testing.T, oom, nice int) (*exec.Cmd, string) {
Expand Down
Loading