Installation guide

Swap should equal 2x physical RAM for up to 2 GB of physical RAM, and then an additional
1x physical RAM for any amount above 2 GB, but never less than 32 MB.
So, if:
M = Amount of RAM in GB, and S = Amount of swap in GB, then
If M < 2
S = M *2
Else
S = M + 2
Using this formula, a system with 2 GB of physical RAM would have 4 GB of swap, while
one with 3 GB of physical RAM would have 5 GB of swap. Creating a large swap space par-
tition can be especially helpful if you plan to upgrade your RAM at a later time.
For systems with really large amounts of RAM (more than 32 GB) you can likely get away
with a smaller swap partition (around 1x, or less, of physical RAM).
A root partition (3.0 GB - 5.0 GB) — this is where "/" (the root directory) is located. In this
setup, all files (except those stored in /boot/efi) are on the root partition.
A 3.0 GB partition allows you to install a minimal installation, while a 5.0 GB root partition
lets you perform a full installation, choosing all package groups.
18.4.2. x86, AMD64, and Intel® 64 systems
Unless you have a reason for doing otherwise, we recommend that you create the following par-
titions for x86, AMD64, and Intel® 64 systems:
A swap partition (at least 256 MB) — swap partitions are used to support virtual memory. In
other words, data is written to a swap partition when there is not enough RAM to store the
data your system is processing.
If you are unsure about what size swap partition to create, make it twice the amount of RAM
on your machine. It must be of type swap.
Creation of the proper amount of swap space varies depending on a number of factors in-
cluding the following (in descending order of importance):
The applications running on the machine.
The amount of physical RAM installed on the machine.
The version of the OS.
Swap should equal 2x physical RAM for up to 2 GB of physical RAM, and then an additional
1x physical RAM for any amount above 2 GB, but never less than 32 MB.
So, if:
M = Amount of RAM in GB, and S = Amount of swap in GB, then
18.4. Recommended Partitioning Scheme
40