wwUtils.SetWorkingSet

Sets the Working Set (Memory Usage) of an application to the given size of bytes. Will try to 'squeeze' process memory to the specified size by releasing unused code, specifically code for the JIT compiler.

Recommended use is to call this method after all your code has been compiled to release the JIT compiler.

public static void SetWorkingSet( int lnMaxSize,
	int lnMinSize );

Parameters

lnMaxSize
Maximum memory used

lnMinSize
Minimum Memory used


See also:

Class wwUtils

© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic