Skip to content

Commit df006cd

Browse files
committed
Increase memory limit for OOM test
The bump to runc 1.1.15 caused this test to fail consistently. There is an existing issue about k8s tests also failing, with the suggestion that the memory limit be increased: opencontainers/runc#4427 In addition, a similar commit happened ~6 years ago: e4df8fb We may be able to revert this change once more is understood about the runc issue.
1 parent f7a9e62 commit df006cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bpm/integration/resource_limits_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var _ = Describe("resource limits", func() {
8585
Context("memory", func() {
8686
BeforeEach(func() {
8787
cfg = newJobConfig(job, memoryLeakBash)
88-
limit := "8M"
88+
limit := "16M"
8989
cfg.Processes[0].Limits = &config.Limits{Memory: &limit}
9090
})
9191

0 commit comments

Comments
 (0)