Skip to content

Commit

Permalink
Increase memory limit for OOM test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
selzoc committed Oct 11, 2024
1 parent f7a9e62 commit df006cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bpm/integration/resource_limits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var _ = Describe("resource limits", func() {
Context("memory", func() {
BeforeEach(func() {
cfg = newJobConfig(job, memoryLeakBash)
limit := "8M"
limit := "16M"
cfg.Processes[0].Limits = &config.Limits{Memory: &limit}
})

Expand Down

0 comments on commit df006cd

Please sign in to comment.