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).

번호 제목 글쓴이 날짜 조회 수
679 Dermatologic Grand Round 발표 한승석 2004.09.10 2066
678 다시 찾은 여유 [1] han 2004.09.05 2208
677 이제 2학기 시작이다. han 2004.09.01 2078
676 사진기 사다~ 휘야 2004.08.29 2059
675 사진 밝기 보정 han 2004.08.29 2055
674 windows xp serial viewer file han 2004.08.22 2040
673 주 5일제.. han 2004.08.21 2171
672 시련 han 2004.08.20 2244
671 카메라의 세계. han 2004.08.18 2068
670 바쁜 생활 han 2004.08.15 2053
669 카메라 구입 한승석 2004.08.14 2052
668 북한과 전쟁이 난다면... 한승석 2004.08.11 1951
667 [re] 승짱은 답하라~ 승짱 2004.08.10 2075
666 승짱은 답하라~ [1] J 2004.08.10 2003
665 재호 보아랏 whria 2004.08.10 2234

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소