Commit eb5883f9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

MongoDB needs more memory for compilation - added 1GB

parent 05753f39
...@@ -22,7 +22,7 @@ all: mongodb-service ...@@ -22,7 +22,7 @@ all: mongodb-service
mv -v /etc/gshadow /data/etc/gshadow mv -v /etc/gshadow /data/etc/gshadow
ln -sv /data/etc/gshadow /etc/gshadow ln -sv /data/etc/gshadow /etc/gshadow
dd if=/dev/zero of=swap bs=1048576 count=6144 dd if=/dev/zero of=swap bs=1048576 count=7168
chmod 600 swap chmod 600 swap
mkswap swap mkswap swap
swapon swap swapon swap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment