Skip to main content

Ubuntu: Create swap partition

A swap file allows an operating system to use hard disk space to simulate extra memory.

$ sudo fallocate -l 2G /swapfile
$ sudo chmod 600 /swapfile
$ sudo mkswap /swapfile
$ sudo swapon /swapfile
Create swap file
Create swap file
Make swapfile permanent
Adjust the swappiness property
Adjust the swappiness property

Make swap partition on Debian 10 VM micro.f1 running on GCP

tuyen@gcpfreetier-vm1:~$ sudo fallocate -l 1G /swapfile
tuyen@gcpfreetier-vm1:~$ sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
tuyen@gcpfreetier-vm1:~$ sudo chmod 600 /swapfile 
tuyen@gcpfreetier-vm1:~$ sudo mkswap /swapfile 
tuyen@gcpfreetier-vm1:~$ sudo swapon /swapfile 

Then edit /etc/fstab file: add to the end of file

...
/swapfile swap swap defaults 0 0

Finally, run sudo mount -a

Popular posts from this blog

Microsoft Windows 10 1903

Check for new feature at What's new in Windows 10, version 1903 IT Pro content

Data Recovery Softwares

Follow 3-2-1 backup rule so you do not need these data recovery softwares.

Tiếng Nhật: 7 ngày trong tuần

Tìm thấy món quà xinh xắn mà một đồng nghiệp đã tặng trong dịp đi Nhật tham gia khóa học quản lý dự án. Desk Calendar in Japanese Thử một mục tiêu nhỏ để luyện tập não và cách gõ tiếng Nhật trên máy tính. Dưới đây là bảy ngày trong tuần, bắt đầu từ Chủ Nhật, đến thứ hai,... và cuối cùng là thứ bảy (Nhựt, Nguyệt, Hỏa, Thủy, Mộc, Kim, Thổ). 日曜日 にちようび 月曜日 げつようび 火曜日 かようび 水曜日 すいようび 木曜日 もくようび 金曜日 きんようび 土曜日 どようび  [Nguồn tham khảo] http://www.cjvlang.com/Dow/dowjpn.html Cám ơn bạn đã đọc!