DEVFYI - Developer Resource - FYI

What is the main goal of the Memory Management?

Unix Interview Questions


(Continued from previous question...)

31. What is the main goal of the Memory Management?

It decides which process should reside in the main memory, Manages the parts of the virtual address space of a process which is non-core resident, Monitors the available main memory and periodically write the processes into the swap device to provide more processes fit in the main memory simultaneously.

(Continued on next question...)

Other Interview Questions