How much swap space is needed for 32 GB RAM?
Platform: Linux x86-64 with 32G RAM and 770 GB available RAID disk space
$ df -k /tmp
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol03
4062912 219560 3633640 6% /var
$ df -k /dev/shm
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 16483504 0 16483504 0% /dev/shm
$ df -k /dev/shm
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 16483504 0 16483504 0% /dev/shm
$ df -k /dev/shm
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 16483504 0 16483504 0% /dev/shm
$ df -k /dev/shm
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 16483504 0 16483504 0% /dev/shm
$ free total used free shared buffers cached Mem: 32967008 3460000 29507008 0 319416 2920248 -/+ buffers/cache: 220336 32746672 Swap: 4194296 0 4194296 According to the installation guide, the swap space should be 0.75 times the available RAM (> 8192 MB). In my case, the required swap space would be 32 GB * 0.75 = 24 GB. My SA allocates only 4 GB of swap space. Do I really need 24 GB swap space? What is the appropriate amount of swap space in your opinion? Thanks, Simon