Skip to content

Swap file add

2019.01.02 22:03

WHRIA 조회 수:2130

From Ubuntu 18.04 onwards, a swapfile rather than a dedicated swap partition is used. The swap file is named "swapfile". To change the size of this swap file:

  1. Disable the swap file and delete it (not really needed as you will overwrite it)

    sudo swapoff /swapfile
    sudo rm  /swapfile
    
  2. Create a new swap file of the desired size.
    Determine the size of your swap file. If you want to make a 4 GB swap file, you will need to write 4 * 1024 blocks of 10242 bytes (= 1 MiB). That will make your count equal to 4 * 1024 = 4096. Create the file of this size with the command

    sudo dd if=/dev/zero of=/swapfile bs=1M count=4096
    
  3. Assign it read/write permissions for root only (not strictly needed, but it tightens security)

    sudo chmod 600 /swapfile
    
  4. Format the file as swap:

    sudo mkswap /swapfile
    
  5. The file will be activated on the next reboot. If you want to activate it for the current session:

    sudo swapon /swapfile
    

You can check the swap that is available with the command swapon -s (no root permissions needed).

번호 제목 글쓴이 날짜 조회 수
1159 사진 Viewer - WhriaView file Han 2004.08.03 2060
1158 Waseda Univ. han 2004.08.06 2078
1157 일본 여행 다녀오다. [2] Han 2004.08.09 2123
1156 [re] 일본 여행 다녀오다. han 2004.08.09 2077
1155 재호 보아랏 whria 2004.08.10 2234
1154 승짱은 답하라~ [1] J 2004.08.10 2003
1153 [re] 승짱은 답하라~ 승짱 2004.08.10 2075
1152 북한과 전쟁이 난다면... 한승석 2004.08.11 1951
1151 카메라 구입 한승석 2004.08.14 2052
1150 바쁜 생활 han 2004.08.15 2053
1149 카메라의 세계. han 2004.08.18 2068
1148 시련 han 2004.08.20 2244
1147 주 5일제.. han 2004.08.21 2171
1146 windows xp serial viewer file han 2004.08.22 2040
1145 사진 밝기 보정 han 2004.08.29 2055

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소