mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
in the tests, use a non-default value for cpu.shares
This commit is contained in:
@@ -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