diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md
index d42bfaac66ec2fcfdd43ddb48f9ed4bf569cea91..90f1016c9b004addd38b754ff68f2e1b52194a1d 100644
--- a/INSTALL_LINUX.md
+++ b/INSTALL_LINUX.md
@@ -31,9 +31,12 @@ systemctl restart sshd
 cat > /etc/sysctl.d/libresh.conf <<EOF
 fs.aio-max-nr=1048576
 vm.max_map_count=262144
+vm.overcommit_memory=1
 EOF
 chmod 644 /etc/sysctl.d/libresh.conf
 sysctl -p
+
+echo never > /sys/kernel/mm/transparent_hugepage/enabled
 ```
 
 # define Localhost