Skip to content

Commit

Permalink
Update stage2-hardening.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitydaemon authored Dec 13, 2024
1 parent b70f236 commit 770900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2-hardening.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kernel.shmall = 4194304
kernel.core_uses_pid = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
# vm.overcommit not actually part of hardening but needed for REDIS
# vm.overcommit not actually part of hardening but part of performance paramaters. Needed for REDIS
# sudo apt install hugepages
# add sudo hugeadm --thp-never in your .bashrc
vm.overcommit_memory=1
Expand Down

0 comments on commit 770900d

Please sign in to comment.