Specifies a minimum working set size for the process.
vMinimumWorkingSetSize = Process.MinimumWorkingSetSize
Process.MinimumWorkingSetSize = vMinimumWorkingSetSize
Long
The virtual memory manager attempts to keep at least this much memory resident in the process whenever the process is active.
If both MinimumWorkingSetSize and MaximumWorkingSetSize have the value &Hffffffff, the function temporarily trims the working set of the specified process to zero. This essentially swaps the process out of physical RAM memory.
This propery uses SetProcessWorkingSetSize and GetProcessWorkingSetSize API functions.
The handle must have PROCESS_SET_QUOTA access rights to change this value.
AffinityMask, CreationTime, ExitCode, ExitTime, Handle, ID, KernelTime, MaximumWorkingSetSize, MinimumWorkingSetSize, PrimaryThread, PriorityBoost, PriorityClass, UserTime
Process object. Timing informations, priority settings and Ids.
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz