Update Jenkins Init Scripts
[releng/global-jjb.git] / releasenotes / notes / custom-swap-size-864fc8ca8343d4af.yaml
diff --git a/releasenotes/notes/custom-swap-size-864fc8ca8343d4af.yaml b/releasenotes/notes/custom-swap-size-864fc8ca8343d4af.yaml
new file mode 100644 (file)
index 0000000..9ff6a47
--- /dev/null
@@ -0,0 +1,11 @@
+---
+prelude:
+  - |
+    Previously the swap size was fixed at 1GB.
+features:
+  - |
+    If the environmental variable 'SWAP_SIZE' is set when the
+    'init.sh' script is called, then a 'SWAP_SIZE' GB swap space will
+    be configured. If 'SWAP_SIZE' is '0' or is not a valid integer,
+    then no swap space is cofigured. If it is unset then 1GB of swap
+    will be configured.