Linux swap file

Послесловие.

Hello dear readers! The swap file is your computer’s virtual RAM. We need to increase the speed of the computer, we increase the physical RAM with virtual RAM. First of all, this method of storing data allows you to significantly speed up your computer.

Therefore, if installing Linux you did not create a paging file, you can create it after installing the operating system.

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file
Sell ​​my website wplaksa.ru.

 If you forgot what swap file you have, you can view the current size of the swap partition with the command:
swapon –show

   Open the terminal (Ctrl + Alt + T), enter the command: swapon –show
  &nbspIf there is no swap file, then nothing will be shown

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file

   If there is a paging file, it will show: physical memory -1 paging file -2

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file

   Or you can open the system monitor and see the swap there.
We press MENU – Administration – system monitor

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file

   To create a 10G swap file (change the value (10G) as you wish) run the command:

sudo fallocate -l 10G /swapfile

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file

   Then run the commands in sequence:

sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

   Open System Monitor to make sure the system sees the paging file::

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file

   Alternatively, you can do it with the command: swapon –show

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileswap file

   You can disable and delete the paging file with the command:

sudo swapoff -a

   That’s all ! Everything is simple and affordable.

   All happiness, success, health!
Likes, links, tweets and comments are welcome.

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileстрелка

Did you like the post? swap file. Help others to learn about this article by clicking on the social media button

See you!

Read more:Watermark on the image.

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap file swap file
Support the site

Site Content

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap file swap file

Feedback on the project ‘My first blog’.

Wheat sourdough bread.

Who am I?

privacy policy

Linux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap fileLinux swap file swap file
Sell ​​my website wplaksa.ru.

In the comments it is forbidden on the website wplaksa.ru

Leave a Reply

Your email address will not be published. Required fields are marked *

Personal experience of creating a blog.