This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
63b13a70ee
moby--moby
/
libnetwork
/
drivers
/
overlay
/
ostweaks_unsupported.go
7 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
Update to Go 1.17.0, and gofmt with Go 1.17 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-23 15:14:53 +02:00
//go:build !linux
Set kernel specific config on linux 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>
2017-05-31 16:46:14 -07:00
// +build !linux
package
overlay
func
applyOStweaks
(
)
{
}
Copy permalink