You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
628 B
36 lines
628 B
kernel-param:
|
|
|
|
kernel.core_uses_pid:
|
|
value: "1"
|
|
|
|
kernel.core_pattern:
|
|
{{if eq .Env.DEBIAN_RELEASE "11"}}
|
|
value: "|/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h"
|
|
{{else}}
|
|
value: "|/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %h %e"
|
|
{{end}}
|
|
|
|
fs.suid_dumpable:
|
|
value: "2"
|
|
|
|
net.core.somaxconn:
|
|
value: "512"
|
|
|
|
net.ipv4.conf.all.arp_announce:
|
|
value: "1"
|
|
|
|
net.ipv4.ip_nonlocal_bind:
|
|
value: "1"
|
|
|
|
net.ipv6.ip_nonlocal_bind:
|
|
value: "1"
|
|
|
|
vm.overcommit_memory:
|
|
value: "1"
|
|
|
|
vm.swappiness:
|
|
value: "10"
|
|
|
|
sunrpc.min_resvport:
|
|
value: "700"
|