Critical Memory Limit
- Last UpdatedJun 06, 2024
- 1 minute read
Critical Memory Limit is the peak memory size, in MB, of a process. At this size, the process starts throwing OutOfMemoryException, and hence cannot perform any task.
During such a condition, the service needs to be restarted.
After the configured critical memory limit is reached, the service is restarted immediately. It will be configured as mentioned below.
<CriticalMemory MemoryLimitInMB="700"/>
For a 64-Bit machine, 1500MB is the default configured value.
To disable Critical memory limit, the above node needs to be commented or deleted.