Commit d6136665 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased swap to 3GB

parent d6e5b784
all: config-toml
dd if=/dev/zero of=swap bs=1048576 count=2048
dd if=/dev/zero of=swap bs=1048576 count=3072
chmod 600 swap
mkswap swap
swapon swap
......@@ -33,7 +33,7 @@ all: config-toml
rm -rf swap
temporary:
dd if=/dev/zero of=swap bs=1048576 count=2048
dd if=/dev/zero of=swap bs=1048576 count=3072
chmod 600 swap
mkswap 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