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

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

People don’t care about you, until they know you care about them.

People don’t care about you, until they know you care about them. The same happens in business, you need to take care of your clients.

The One Word That Can Ruin Your SaaS Business Anyone

As a SaaS founder, you probably know how important it is to have a clear and specific target market for your product.

How I got my digital certificate connected it with ANAF

How I got my digital certificate from certSIGN and connected it with ANAF

The Ultimate List of Company Directories to Boost Your Networking

Discover a wide range of company directories to boost your business's visibility and connect with potential clients.

Discover the Best Free AI Art Tools for Your Next Masterpiece

Explore a curated collection of the finest free AI art tools, designed to help you bring your artistic vision to life.