Description
The conserve mode self protections mechanisms will be changed in 5.6, main differences are :
'red' and 'extreme' : Both 'red' and 'extreme' are thresholds to enter in 'conserve mode' when the system memory used is over their thresholds.When the used memory goes over the defined red threshold, the kernel raises the conserve mode state. FortiGate functions reacting to conserve mode state, like antivirus transparent proxies, would apply their own restriction based on their settings.If used memory continues to increase and reach the 'extreme' threshold, conserve mode action taken with the red threshold are still active and additionally new sessions will be dropped.'green' : When used memory goes below the 'green' threshold, kernel releases the conserve mode state. FortiGate functions reacting to conserve mode state would stop their restriction measures.
Though it is recommended to keep the default memory threshold, a new CLI command has been added to allow administrators to adjust the thresholds.Default values are :- red : 88% of total memory is considered "used memory"- extreme : 95% of total memory is considered "used memory"- green : 82% of total memory is considered "used memory"
FGVM # diagnose hardware sysinfo conservememory conserve mode: offtotal RAM: 994 MBmemory used: 448 MB 45% of total RAMmemory used threshold extreme: 944 MB 95% of total RAMmemory used threshold red: 874 MB 88% of total RAMmemory used threshold green: 815 MB 82% of total RAM
Internal Notes