Comment Re:swap file vs. paging file (Score 1) 495
According to the article, the paging file removes pages of memory (4K) and does so constantly, freeing the actual memory immediately when it's needed (since it already paged to disk.) A swap file swaps entire applications out of memory and to a swap file/partition as more memory is needed.