systemMemoryCheckinterval
ui systemMemoryCheckinterval int time
Description
Sets the system memory check interval from 1 to 100. The default value is 10.
The idle memory check is calculated on the basis of memoryCheckIntervalSeconds* systemMemoryCheckInterval. For example, if memoryCheckIntervalSeconds is set to 5 and systemMemoryCheckInterval is set to 4, then the idle memory check timer is going to run in every 20 seconds.
GUI Equivalent
Examples
envGetVal("ui" "systemMemoryCheckinterval")
envSetVal("ui" "systemMemoryCheckinterval" 'int 5)
Return to top