Linux divides its physical memory (or the RAM, random access memory) into chucks of memory called pages. When a program require more memory and there isn't enough physical memory, Linux will starts moving out inactive pages and store them on hard disk. The process of moving out the pages for physical memory to disk is called swapping. The size of "memory on disk" is … [Read more...]
You are here: Home / Archives for swap