ningmingxiao
ningmingxiao
> Why not `--log-level debug`? --log-level debug will generate many logs and it is easy to cause logroate, many of them are not important.
``` [root@localhost nmx]# cat test.sh for i in {1..400} do time docker run --rm busybox /bin/true & done ``` pprof of dockerd ,github.com/moby/locker/locker.go:91 use high cpu ``` 137 @ 0x119f176...
fix https://github.com/moby/moby/issues/42096
I try to add a lock to make lock (n.ctrlr.networkLocker) less eager, It works well @neersighted @corhere
> The latest version of this patch is now obviously incorrect as there is no guarantee that an endpoint name is globally unique (each network serves as a namespace). There...
I meet same problem, but when I update kernel after 5.15-rc1 or later, on physical machine will start quickly. @GunshipPenguin @vfoehn @thaJeztah @hrichardlee @jespada-bc @thaJeztah @AkihiroSuda use commit d195d7aac09bddabc2c8326fb02fcec2b0a2de02 will...
after this commit https://github.com/torvalds/linux/commit/9d3684c24a52 will start quickly
this commit https://github.com/torvalds/linux/commit/9d3684c24a52 will fix this issue,but I want to know why docker start container quickly after this commit? ping @thaJeztah @GunshipPenguin @vfoehn @davem330 @corhere @AkihiroSuda run.sh ``` #!/bin/sh MAX=100...
``` [root@localhost nmx]# cat test.sh for i in {1..400} do time docker run --rm busybox /bin/true & sleep 1 done ``` will appear one times slow before this commit, when...
this commit maybe fix this issue https://github.com/moby/locker/pull/3