Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #724 from clarecch/master
Browse files Browse the repository at this point in the history
integration/docker: modify testcase of memory constraints update
  • Loading branch information
jodh-intel authored Sep 7, 2018
2 parents 8cfedd8 + 6734538 commit 6baac89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/docker/mem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ var _ = Describe("memory constraints", func() {
_, _, exitCode = dockerRun(args...)
Expect(exitCode).To(BeZero())

// 256 MB
memSize = fmt.Sprintf("%d", 256*1024*1024)
// 640 MB: 512MB + 128MB
memSize = fmt.Sprintf("%d", 640*1024*1024)

args = []string{"--memory", memSize, "--memory-reservation", memSize}
if useSwap {
Expand Down

0 comments on commit 6baac89

Please sign in to comment.