mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Add default Alpine sysctl settings back
- these were set via the Alpine config file previously. - removed `kernel.panic` as we have decided to avoid reboot on panic. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
519b5db338
commit
a64e456320
@ -1,3 +1,8 @@
|
||||
# from Alpine defaults
|
||||
net.ipv4.tcp_syncookies = 1
|
||||
net.ipv4.conf.default.rp_filter = 1
|
||||
net.ipv4.conf.all.rp_filter = 1
|
||||
net.ipv4.ping_group_range=999 59999
|
||||
# general limits
|
||||
vm.max_map_count = 262144
|
||||
vm.overcommit_memory = 1
|
||||
|
Loading…
Reference in New Issue
Block a user