Specifies a maximum working set size for the process.
vMaximumWorkingSetSize = Process.MaximumWorkingSetSize
Process.MaximumWorkingSetSize = vMaximumWorkingSetSize
Long
The virtual memory manager attempts to keep no more than this much memory resident in the process whenever the process is active and memory is in short supply.
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