diff options
-rw-r--r-- | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -563,7 +563,7 @@ setmemorylimit() { ;; esac done < <(cat /proc/meminfo) # cat for proc stuff - ulimit -v $limit + ulimit -d $limit echo "Memory limit set to ${limit}KB" } |