aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rwxr-xr-xnode/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/build b/node/build
index 81afe93..beb9b85 100755
--- a/node/build
+++ b/node/build
@@ -28,9 +28,9 @@ then
mount -t tmpfs -o size=11750M tmpfs build
elif [ "$mem_total" -gt 10485760 ]
then
- echo using 9G tmpfs for build/out
+ echo using 11G tmpfs for build/out
mkdir build/out
- mount -t tmpfs -o size=9G tmpfs build/out
+ mount -t tmpfs -o size=11G tmpfs build/out
else
mkdir build/out
fi