mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
Update install.sh
This commit is contained in:
parent
20759a7c5c
commit
6298afae4a
1 changed files with 2 additions and 0 deletions
|
@ -365,8 +365,10 @@ fuECHO "### Reboot after kernel panic."
|
||||||
tee -a /etc/sysctl.conf <<EOF
|
tee -a /etc/sysctl.conf <<EOF
|
||||||
|
|
||||||
# Reboot after kernel panic, check via /proc/sys/kernel/panic[_on_oops]
|
# Reboot after kernel panic, check via /proc/sys/kernel/panic[_on_oops]
|
||||||
|
# Set required map count for ELK
|
||||||
kernel.panic = 1
|
kernel.panic = 1
|
||||||
kernel.panic_on_oops = 1
|
kernel.panic_on_oops = 1
|
||||||
|
vm.max_map_count = 262144
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Let's add some cronjobs
|
# Let's add some cronjobs
|
||||||
|
|
Loading…
Reference in a new issue