Skip to content
Snippets Groups Projects
Commit 12107676 authored by Samuel Laulhau's avatar Samuel Laulhau Committed by Pierre Ozoux
Browse files

specify sysctl file (#163)

Avoid error when /etc/sysctl.conf dosen't exist
parent 3766449a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ vm.max_map_count=262144
vm.overcommit_memory=1
EOF
chmod 644 /etc/sysctl.d/libresh.conf
sysctl -p
sysctl -p /etc/sysctl.d/libresh.conf
echo never > /sys/kernel/mm/transparent_hugepage/enabled
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment