How the Swapper works?Moving the information from fast access memory and slow access memory and vice versa is known as swapping. The physical RAM is divided into chunks of memory known as pages. A page of memory is copied to the preconfigured space on the hard disk, for the purpose of freeing up that page of memory.
To perform swapping, the commands swapon and swapoff are used in linux/unix. The swapon is to enable the swapping and the swapoff is to disable swapping.
|