리눅스
RHEL(Red Hat Enterprise Linux)에서 권장되는 스왑 공간(swap 메모리)
변군이글루
2015. 3. 30. 15:07
반응형
RHEL(Red Hat Enterprise Linux)에서 권장되는 스왑 공간(swap 메모리)
스왑 공간은 시스템의 RAM을 보완하는 역할을 합니다. 시스템에서 사용할 수 있는 RAM이 부족하면 스왑 공간을 사용하여 메모리를 확장합니다. 스왑 공간이 충분하지 않으면 시스템이 느려지거나 충돌할 수 있습니다.
권장 시스템 스왑 공간(recommended system swap space)
- Red Hat Enterprise Linux 5
Amount of RAM in the System | Recommended Amount of Swap Space |
4GB of RAM or less | a minimum of 2GB of swap space |
4GB to 16GB of RAM | a minimum of 4GB of swap space |
16GB to 64GB of RAM | a minimum of 8GB of swap space |
64GB to 256GB of RAM | a minimum of 16GB of swap space |
256GB to 512GB of RAM | a minimum of 32GB of swap space |
- Red Hat Enterprise Linux 6
Amount of RAM in the system | Recommended Amount of Swap Space |
< 2GB | 2 times the amount of RAM |
> 2GB – 8GB | Equal to the amount of RAM |
> 8GB – 64GB | At least 4 GB |
> 64GB | At least 4 GB |
참고URL
- REDHAT(swap space) : https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/ch-swapspace.html
- REDHAT(swap space) : https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s2-diskpartrecommend-x86.html
728x90
반응형