The MinimumWorkingSetSize property indicates the minimum working set size of the process. The working set of a process is ...

The MinimumWorkingSetSize property indicates the minimum working set size of the process. The working set of a process is the set of memory pages currently visible to the process in physical RAM. These pages are resident and available for an application to use without triggering a page fault.
Example: 20480.