disable coredumps
they waste space, hang the server and we don't analyze them
This commit is contained in:
parent
01ec7356a1
commit
411093b40e
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ templates:
|
||||||
- "/etc/ipset.d/blocklist6"
|
- "/etc/ipset.d/blocklist6"
|
||||||
- "/etc/syslog-ng/syslog-ng.conf"
|
- "/etc/syslog-ng/syslog-ng.conf"
|
||||||
- "/etc/sysctl.d/congestion.conf"
|
- "/etc/sysctl.d/congestion.conf"
|
||||||
|
- "/etc/sysctl.d/coredump.conf"
|
||||||
services:
|
services:
|
||||||
- runlevel: "sysinit"
|
- runlevel: "sysinit"
|
||||||
service: "devfs"
|
service: "devfs"
|
||||||
|
|
1
templates/etc/sysctl.d/coredump.conf.j2
Normal file
1
templates/etc/sysctl.d/coredump.conf.j2
Normal file
|
@ -0,0 +1 @@
|
||||||
|
kernel.core_pattern=/dev/null
|
Loading…
Reference in a new issue