Memory Limit Auto Mode

Memory Limit Auto Mode

Module description

When enabled, Auto Mode adjusts the memory limit percentage automatically using a heuristic formula.

The adjustment happens when the physical limit is calculated, during file load, file reset, render begin and render end. Any value set manually for the Memory Limit Percentage is overwritten by Auto Mode updates.

Functions

virtual BOOL GetMemoryLimitAutoMode ()=0
 Returns whether Memory Limit Auto Mode is enabled for the pager. More...
 
virtual void SetMemoryLimitAutoMode (BOOL onOff)=0
 Sets whether Memory Limit Auto Mode is enabled for the pager. More...
 

Function Documentation

virtual BOOL GetMemoryLimitAutoMode ( )
pure virtual

Returns whether Memory Limit Auto Mode is enabled for the pager.

virtual void SetMemoryLimitAutoMode ( BOOL  onOff)
pure virtual

Sets whether Memory Limit Auto Mode is enabled for the pager.