From 75f14ac790d20c4269a0a3a7ac21dd6af27e9ccd Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Thu, 5 Nov 2020 09:19:54 +0100 Subject: [PATCH] Update readme with updated default swap size In [0] the default swap size was reduced from 8G to 1G, update the readme to match the current default. [0] I5ce9064a5546d85ab6f41c4e60aa56fa56ff47c1 Change-Id: I5fa3ea0b22cb9e4ce3aa140409f3ee23d3cade35 --- roles/configure-swap/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure-swap/README.rst b/roles/configure-swap/README.rst index eaba5cf5..ab20436a 100644 --- a/roles/configure-swap/README.rst +++ b/roles/configure-swap/README.rst @@ -6,6 +6,6 @@ will be mounted on /opt). **Role Variables** .. zuul:rolevar:: configure_swap_size - :default: 8192 + :default: 1024 The size of the swap partition, in MiB.