Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
decrease swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Apr 2, 2019
1 parent 359e0cf commit cff493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pfnci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
DOCKER_IMAGE=hakuyume/chainercv:chainer${CHAINER}-devel-minimal
fi

fallocate -l 24G /swap
fallocate -l 12G /swap
chmod 600 /swap
mkswap /swap
swapon -p 5 /swap
Expand Down

0 comments on commit cff493d

Please sign in to comment.