en-US/Kickstart2.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Mar 31 11:32:12 UTC 2009


 en-US/Kickstart2.xml |   20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

New commits:
commit d441cf5cd514b574883260ca70677a5ed05c5ce9
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Mar 31 21:31:37 2009 +1000

    Correct recommended swap partition size for kickstart per RHEL BZ#490402

diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 43cfd37..fe494c5 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -1600,25 +1600,7 @@ All partitions created are formatted as part of the installation process unless
 </para>
 <screen>swap --recommended</screen>
 
-<para>The size of the automatically-generated swap partition is computed using the following logic:</para>
-
-<itemizedlist>
-	<listitem><para>If the system memory is less than 128MB, the size of the swap partition will be between 96MB and 192MB.</para></listitem>
-	<listitem><para>If the system memory is higher than 2GB, the size of the swap partition will be a between 1GB and 2GB plus system memory.  For example, a system with 4GB of system memory will have a swap partition sized between 1GB and 6GB.</para></listitem>
-	
-	<listitem><para>If the system memory is between 128MB and 2GB, the size of the swap partition will be between the system memory size and twice the amount of system memory.  For example, a system with 1GB of system memory will have a swap partition sized between 1GB and 2GB.</para></listitem>
-	
-
-
-</itemizedlist>	
-
-
-<!-- BZ#459199, above replaces below
-    <para>
-	The minimum size of the automatically-generated swap partition is no smaller than the amount of RAM in the system and no larger than twice the amount of RAM in the system.
-</para>-->
-
-
+<para>The recommended maximum swap size for machines with less than 2GB of RAM is twice the amount of RAM. For machines with 2GB or more, this recommendation changes to 2GB plus the amount of RAM. </para>
 
 		</listitem>
 





More information about the Fedora-docs-commits mailing list