diff --git a/setup/system.sh b/setup/system.sh index b6942496..09c2f6d2 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -38,7 +38,7 @@ if [ ! -e /swapfile ]; then # Make sure the systeem keeps the file system inodes in # memory as long as possible - hide_output sysctl vm.vfs_cache_pressure=50 + hide_output sysctl vm.vfs_cache_pressure=50 tools/editconf.py /etc/sysctl.conf vm.vfs_cache_pressure=50 fi fi