mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 05:07:22 +00:00
in the tests, use a non-default value for cpu.shares
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ func TestAttachDisconnect(t *testing.T) {
|
||||
container, err := NewBuilder(runtime).Create(
|
||||
&Config{
|
||||
Image: GetTestImage(runtime).Id,
|
||||
CpuShares: 1024,
|
||||
CpuShares: 1000,
|
||||
Memory: 33554432,
|
||||
Cmd: []string{"/bin/cat"},
|
||||
OpenStdin: true,
|
||||
|
||||
Reference in New Issue
Block a user