Commit 2f2e427e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased swap file by 1GB

parent 4fc2dbe7
......@@ -22,7 +22,7 @@ all: database-config resque-yml nginx-conf logrotate-conf gitlab-service-overrid
mv -v /etc/gshadow /data/etc/gshadow
ln -sv /data/etc/gshadow /etc/gshadow
dd if=/dev/zero of=swap bs=1048576 count=3072
dd if=/dev/zero of=swap bs=1048576 count=4096
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