Proportional set size
In computing, proportional set size is the portion of main memory occupied by a process and is composed by the private memory of that process plus the proportion of shared memory with one or more other processes. Unshared memory including the proportion of shared memory is reported as the PSS.
Example:
- Process A has 50 KiB of unshared memory
- Process B has 300 KiB of unshared memory
- Both process A and process B have 100 KiB of the same shared memory region
- PSS of process A = 50 KiB + = 100 KiB
- PSS of process B = 300 KiB + = 350 KiB