SWAP partition in Linux, similar with virtual memory in Windows.


When the memory got out of range, the program will be located in swap partition.

But the speed is slower than the RAM because swap partition is on the disk.


Goods

-Give more memory spaces to insufficient RAM

-Allocate the program that is need fast memory


Bads

-Can not control the portion of swap dynamically

-Increase disk usage

-Does not always lead performance enhancement

'System Engineering > Linux' 카테고리의 다른 글

HTTP Header Sample Analysis - www.daum.net  (0) 2018.07.24
FTP server set up  (0) 2018.06.16
리눅스 Core dump  (0) 2018.05.24
리눅스마스터 1급 2차 노트  (0) 2017.04.17
리눅스 시스템 프로그래밍 노트  (0) 2017.02.02

+ Recent posts