From ce59764a042152a6a46ff42068cebc9012d96b03 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Tue, 29 Dec 2015 21:15:06 +0300 Subject: [PATCH] Update simple schema comment --- etc/bareon-dynamic-allocator/simple_schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/bareon-dynamic-allocator/simple_schema.yaml b/etc/bareon-dynamic-allocator/simple_schema.yaml index f7d6cba..5b1d828 100644 --- a/etc/bareon-dynamic-allocator/simple_schema.yaml +++ b/etc/bareon-dynamic-allocator/simple_schema.yaml @@ -8,12 +8,14 @@ - id: swap type: lv # Calc swap size according to RAM. + # # | RAM | Recommended swap space | # |--------------+-----------------------------| # | <= 2GB | 2 times the amount of RAM | # | > 2GB – 8GB | Equal to the amount of RAM | # | > 8GB – 64GB | 0.5 times the amount of RAM | # | > 64GB | 4GB of swap space | + # # Source https://access.redhat.com/site/documentation/en-US/ # Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ # s2-diskpartrecommend-ppc.html#id4394007