Controlling Process Memory Usage

Process execution takes place in a memory environment that is shared with all the other processes in the mix. Understanding that environment can help you to improve process performance and prevent a process from impairing overall system performance.

This section is aimed at programmers, and concentrates on the aspects of process memory usage that can be affected by task attributes and object code file location.