Swapfiler
Swapfiler is a term used in computing to refer to a file on a hard disk that is used as an extension of RAM (Random Access Memory). When a system's physical RAM is full, the operating system can move less frequently used data from RAM to the swap file, freeing up RAM for actively used processes. This process is known as swapping or paging.
The primary purpose of a swapfile is to allow systems with limited RAM to run more applications
The size of the swapfile is typically configured during operating system installation or can be adjusted later.