From e87f9ae6e85ac75a70e0ee65186e20e843b402d1 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Tue, 29 Nov 2016 14:33:48 +0100 Subject: [PATCH] lv_swap is now between 25% of the RAM and 32GB --- preseed/debian/wheezy/preseed_cluster.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed/debian/wheezy/preseed_cluster.cfg b/preseed/debian/wheezy/preseed_cluster.cfg index a6c26ef..470e740 100644 --- a/preseed/debian/wheezy/preseed_cluster.cfg +++ b/preseed/debian/wheezy/preseed_cluster.cfg @@ -220,7 +220,7 @@ d-i partman-auto/expert_recipe string \ label{ opt } \ mountpoint{ /opt } \ . \ - 50% 2000 32768 linux-swap \ + 25% 2000 32768 linux-swap \ $lvmok{ } \ in_vg{ sys } lv_name{ lv_swap } \ method{ swap } format{ } \