Skip to content

Swap file add

2019.01.02 22:03

WHRIA 조회 수:2122

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

번호 제목 글쓴이 날짜 조회 수
1669 melanoma awareness [1] WHRIA 2019.12.27 45
1668 CIDR 표기법 [1] WHRIA 2020.03.12 45
1667 mysql 암호화 [2] WHRIA 2020.04.24 45
1666 annotation service WHRIA 2020.05.03 45
1665 식약청 메뉴 WHRIA 2020.05.14 45
1664 linux raid WHRIA 2019.11.30 46
1663 nvidia caffe WHRIA 2020.01.12 46
1662 sql 중복제거 WHRIA 2020.02.10 46
1661 DDR-WRT IPTV WHRIA 2016.06.15 47
1660 test WHRIA 2020.12.03 47
1659 insync WHRIA 2023.02.09 47
1658 lvm 확장 [1] WHRIA 2019.12.25 48
1657 disk error WHRIA 2023.02.16 48
1656 rsynccp WHRIA 2023.02.20 49
1655 color pallate WHRIA 2019.04.07 50

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소