How Memory Management Works in Linux
Linux uses a demand-paged virtual memory management system, which allows applications to use more memory than is physically available in the system. The virtual memory system is based on the concept of memory pages, which are fixed-size blocks of mem...
harshmange.hashnode.dev3 min read