×

The Code City's video: How to Create SWAP File in Ubuntu18 04 - Live Process

@How to Create SWAP File in Ubuntu18.04 - Live Process
Memory management is an essential aspect of every System Administrator to improve the performance of a Linux system. It is always a good practice to monitor swap space usage in Linux to ensure that your system operates relative to its memory demands. Swap space is a restricted amount of physical memory that is allocated for use by the operating system when available memory has been fully utilized. It is memory management that involves swapping sections of memory to and from physical storage. Commands Used: 1. sudo swapon --all 2. sudo fallocate -l 1G /swapfile 3. sudo mkswap /swapfile 4. sudo swapon /swapfile You can check the full details tutorial on how to create swap files and configure swappiness here: https://www.thecodecity.com/2020/04/how-to-create-swap-file-in-ubuntu-1804.html

8

0
The Code City
Subscribers
15.1K
Total Post
777
Total Views
176.4K
Avg. Views
1.8K
View Profile
This video was published on 2020-03-27 20:23:30 GMT by @The-Code-City on Youtube. The Code City has total 15.1K subscribers on Youtube and has a total of 777 video.This video has received 8 Likes which are lower than the average likes that The Code City gets . @The-Code-City receives an average views of 1.8K per video on Youtube.This video has received 0 comments which are lower than the average comments that The Code City gets . Overall the views for this video was lower than the average for the profile.

Other post by @The Code City