Can we create a swap file.

This commit is contained in:
Marcus Edel
2021-10-18 20:49:30 -04:00
parent 05dbdc2108
commit 8c6e1eaeef
+6
View File
@@ -13,6 +13,12 @@ steps:
- script: |
free -h
df -h
dd if=/dev/zero of=/usr/swapfile.img bs=1024 count=10M
mkswap /usr/swapfile.img
swapon /usr/swapfile.img
free -h
df -h
git clone --depth 1 https://github.com/mlpack/jenkins-conf.git conf
sudo add-apt-repository ppa:mhier/libboost-latest