What is swap space?

 Swap space, as the name suggests, is basically a space on a hard disk that is used when the amount of physical memory or RAM is full. It is considered a substitute for physical memory. Its main function is to substitute disk space for RAM memory when real RAM does not have enough space to hold all programs that are executing, and more space is required. In simple words, it can be used as an extension of RAM by Linux.

Comments

Popular posts from this blog

what do you mean by a Process States in Linux?

How to enable Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04