Defines how the memory usage should be monitored.
Path:

system.watchdog.memoryWatcher

Hierarchy

  • SiteKioskWatchdogMemoryWatcherConfig

Properties

checkIntervalInMinutes: number

Default: 60

Intervall in seconds in which SiteKiosk should perform a memory check.

system.watchdog.memoryWatcher.checkIntervalInMinutes

maxAllowedMemoryUsageInPercent: number

Default: 0

Allowed system memory usage in percent of the maximum available system memory.

system.watchdog.memoryWatcher.maxAllowedMemoryUsageInPercent

maxAllowedPageFileUsageInPercent: number

Default: 0.97

The maximum allowed page file usage in percent

system.watchdog.memoryWatcher.maxAllowedPageFileUsageInPercent

maxAllowedSiteKioskMemoryUsageInPercent: number

Default: 0.8

Allowed SiteKiosk memory usage in percent of maximum available system memory.

system.watchdog.memoryWatcher.maxAllowedSiteKioskMemoryUsageInPercent

Generated using TypeDoc