mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4abd54d419
On linux systems bump up gc_thresholds so to lower the probability of running with neighbor table overflow issues Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
5 lines
59 B
Go
5 lines
59 B
Go
// +build !linux
|
|
|
|
package overlay
|
|
|
|
func applyOStweaks() {}
|