From 3ad4ba90b269387addbda3419b61a0953282c380 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 22 Feb 2018 14:25:07 +0000 Subject: [PATCH] Revert "Add a swap file to build machines" As reported by on the mailing list we would like to try backing this out to see if it caused some instability in the system. https://lists.opendaylight.org/pipermail/release/2018-February/014067.html This reverts commit 09b4491f2b61256a75df2547ee400bb02e5d2a71. Change-Id: Ifc28d2464b233c70b94b179d66a1fb3d49164288 Signed-off-by: Thanh Ha --- jenkins-scripts/jenkins-init-script.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jenkins-scripts/jenkins-init-script.sh b/jenkins-scripts/jenkins-init-script.sh index 3309b00ab..e79228f33 100755 --- a/jenkins-scripts/jenkins-init-script.sh +++ b/jenkins-scripts/jenkins-init-script.sh @@ -24,9 +24,3 @@ source /tmp/system_type.sh ## add local environment changes post scripts ./jenkins-init-script-local-env.sh - -# Create a swap file -dd if=/dev/zero of=/swap count=1024 bs=1MiB -chmod 600 /swap -mkswap /swap -swapon /swap -- 2.36.6