Memory Management in Operating System Tutorial Notes with Examples Memory Management memory management techniques allow several processes to share memory. When several processes are in memory they can share the CPU  thus increasing CPU utilization.  Overlays This techniques allow to keep in memory only those instructions and data Which are required at given time.Continue Reading