mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
Supplement the omission of pr#41145
Signed-off-by: wanghuaiqing <wanghuaiqing@loongson.cn>
This commit is contained in:
@ -995,7 +995,7 @@ func (s *DockerDaemonSuite) TestDaemonUlimitDefaults(c *testing.T) {
|
||||
c.Fatalf("expected `ulimit -n` to be `43`, got: %s", nofile)
|
||||
}
|
||||
if nproc != "2048" {
|
||||
c.Fatalf("expected `ulimit -p` to be 2048, got: %s", nproc)
|
||||
c.Fatalf("expected `ulimit -u` to be 2048, got: %s", nproc)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user