How to add Swap space on Ubuntu


How to add Swap space on Ubuntu

Create a file and preallocate size. In the following example we allocate 4GB

$ sudo fallocate -l 4G /swapfile

The prompt will return:

$ ls -lh /swapfile
-rw-r--r-- 1 root root 4.0G Feb  8 08:50 /swapfile

Enable SWAP file

We need to enable it before to use it, but first let’s make sure the permissions are right

$ sudo chmod 600 /swapfile

Check if the permissions were applied correctly:

$ ls -lh /swapfile
-rw------- 1 root root 4.0G Feb  8 08:50 /swapfile

So we have only read write only enabled for root.

Now that everything is correct we tell our OS to use this file as swap by typing:

$ sudo mkswap /swapfile

Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
no label, UUID=9457c9c4-96eb-4fd8-821e-dfdf202d7f45

All we have to do now is to *enable it:

$ sudo swapon /swapfile

Verify if the procedure was correct:

$ sudo swapon -s
Filename				Type		Size	Used	Priority
/swapfile               file    	4194300	  0	        -2

Make swap permanent

We have the swap activated, but after reboot it will be deactivated so we need to modify the fstab file

$ sudo nano /etc/fstab

At the end of the file add

/swapfile   none    swap    sw    0   0

Save and close the file when you are finished.

Picture offered by Pixabay

Newsletter


Related Posts

How to install Kali Linux in UTM Virtual Machine on M2 Macbook

How I installed a UTM virtual machine with Kali Linux on a Macbook PRO M2 chip

Validating CIF for Romanian Company in JS

Validate CIF for Romanian companies in JS. Easily verify company information with our user-friendly tool. Ensure accuracy and reliability.

My cat ruin my SaaS LoyalXpert

After half year, LoyalXpert, the loyalty system builder for coffee shop oweners is shutdown

TikTok Ads Strategy from a SaaS founder

Here's a short tutorial from my disrupting strategy of doing Tiktok Ads as a SaaS Founder

Curated SEO Resources: Essential Tools and Tips

Discover a handpicked selection of indispensable SEO resources, including tools and tips, to optimize your website's performance.

A Week in the Life of an Invoice Wrangler: Navigating Ridesharing and Food Delivery Chaos

As an app founder in the ridesharing and food delivery industry, I found myself knee-deep in invoice reports from companies like Bolt, Uber, Glovo, and Bolt Food

Free HTML templates list for Startups

Free HTML templates list for startup. A complete list with free resources to build your next startup's website and gain the traction to the sky.

Deal with client requests in SaaS

How to deal with client requests in Saas which are seeing only their interests, not the product interest.

The first client of LoyalXpert is not answering anymore

Trying to implement LoyalXpert app, I lost my first customer, he's not answering anymore

Experiments with Tiktok Ads

Recently tried out TikTok ads for the first time and here are some of my learnings and challenges