


The Linux system has a swap partition. In Linux systems, the swap partition (swap partition) is similar to Windows virtual memory. When the physical memory (RAM) is full, it is used as a cache of physical memory. When the system requires more memory resources and the physical memory is full, inactive pages in the memory will be moved to the swap partition; the swap partition is located on the hard disk, so its access speed is slower than that of physical memory.
#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
Sometimes, it is necessary to add more swap space after the operating system installation is complete. For example: Upgrade the system memory from 64MB to 128MB, but the original swap space is only 128MB. If the system performs memory-intensive operations or runs programs that require a large amount of memory, it will be more beneficial to increase the swap space to 256MB.
There are two options for adding swap space: adding a swap partition or adding a swap file.
Introduction to Swap Partition
Swap (i.e.: swap partition) in Linux is similar to the virtual memory of Windows, which is when the memory is insufficient. , virtualize part of the hard disk space into memory to solve the problem of insufficient memory capacity.
In Linux systems, the swap partition (Swap) is used as a cache of physical memory when the physical memory (RAM) is full. When the system requires more memory resources and the physical memory is full, inactive pages in the memory will be moved to the swap partition. The swap partition is located on the hard disk, so its access speed is slower than physical memory.
Under normal circumstances, the size of the swap partition should be equivalent to twice the computer memory, but cannot exceed 2048MB (2GB).
Suggestions for swap partition division:
In a production environment, the size of the swap partition is generally 1.5 to 2 times the real physical memory.
Linux system configuration swap partition (swap)
1. Add a new hard disk to be used as a switch partition
You can check that the newly added hard disk system will recognize it as sbd:
#ls -l /dev/sd*
2. Use the partition command to create a partition for the newly added hard disk:
#fdisk /dev/sdb
3. After that, you can see that there is a new partition of sdb1 in the dev directory:
#ls -l /dev/sdb*
4. Use the swap-specific partition tool to format the newly created primary partition:
#mkswap /dev/sdb1
5. Mount the swap partition and check that the original 2G swap partition has increased to 4G after mounting the switch partition:
#swapon /dev/sdb1
#free -h
6. To implement automatic mounting on restart, you need to write the permanent mounting configuration into the fstab configuration file
#echo "/dev/sdb1 swap swap defaults 0 0" >> /etc/fstab
7. If you no longer need it, you can uninstall it and restore the original 2G:
#swapoff /dev/sdb1
#free -h
Related recommendations: "Linux Video Tutorial》
The above is the detailed content of Does the linux system not have a swap partition?. For more information, please follow other related articles on the PHP Chinese website!

MaintenanceModeinLinuxisaspecialbootenvironmentforcriticalsystemmaintenancetasks.Itallowsadministratorstoperformtaskslikeresettingpasswords,repairingfilesystems,andrecoveringfrombootfailuresinaminimalenvironment.ToenterMaintenanceMode,interrupttheboo

The core components of Linux include kernel, file system, shell, user and kernel space, device drivers, and performance optimization and best practices. 1) The kernel is the core of the system, managing hardware, memory and processes. 2) The file system organizes data and supports multiple types such as ext4, Btrfs and XFS. 3) Shell is the command center for users to interact with the system and supports scripting. 4) Separate user space from kernel space to ensure system stability. 5) The device driver connects the hardware to the operating system. 6) Performance optimization includes tuning system configuration and following best practices.

The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

Linux maintenance mode can be entered through the GRUB menu. The specific steps are: 1) Select the kernel in the GRUB menu and press 'e' to edit, 2) Add 'single' or '1' at the end of the 'linux' line, 3) Press Ctrl X to start. Maintenance mode provides a secure environment for tasks such as system repair, password reset and system upgrade.

The steps to enter Linux recovery mode are: 1. Restart the system and press the specific key to enter the GRUB menu; 2. Select the option with (recoverymode); 3. Select the operation in the recovery mode menu, such as fsck or root. Recovery mode allows you to start the system in single-user mode, perform file system checks and repairs, edit configuration files, and other operations to help solve system problems.

The core components of Linux include the kernel, file system, shell and common tools. 1. The kernel manages hardware resources and provides basic services. 2. The file system organizes and stores data. 3. Shell is the interface for users to interact with the system. 4. Common tools help complete daily tasks.

The basic structure of Linux includes the kernel, file system, and shell. 1) Kernel management hardware resources and use uname-r to view the version. 2) The EXT4 file system supports large files and logs and is created using mkfs.ext4. 3) Shell provides command line interaction such as Bash, and lists files using ls-l.

The key steps in Linux system management and maintenance include: 1) Master the basic knowledge, such as file system structure and user management; 2) Carry out system monitoring and resource management, use top, htop and other tools; 3) Use system logs to troubleshoot, use journalctl and other tools; 4) Write automated scripts and task scheduling, use cron tools; 5) implement security management and protection, configure firewalls through iptables; 6) Carry out performance optimization and best practices, adjust kernel parameters and develop good habits.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

WebStorm Mac version
Useful JavaScript development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Notepad++7.3.1
Easy-to-use and free code editor