diff --git a/setup-all.sh b/setup-all.sh index 540aa55..4941ad5 100644 --- a/setup-all.sh +++ b/setup-all.sh @@ -48,12 +48,12 @@ setup() { echo "Required Debian packages are installed" fi - if [[ "$(sysctl -n vm.max_map_count)" -lt 1048576 ]]; then - echo "sysctl vm.max_map_count < 1048576, not OK, please fix it, exiting" - exit 1 - else - echo "sysctl vm.max_map_count >= 1048576, OK" - fi + #if [[ "$(sysctl -n vm.max_map_count)" -lt 1048576 ]]; then + # echo "sysctl vm.max_map_count < 1048576, not OK, please fix it, exiting" + # exit 1 + #else + # echo "sysctl vm.max_map_count >= 1048576, OK" + #fi } build_starmalloc() {