Addition of precautionary restart manager.
This commit is contained in:
		| @@ -203,6 +203,37 @@ ClanNameTemplate = .* | ||||
| CharMaxNumber = 7 | ||||
|  | ||||
|  | ||||
| # --------------------------------------------------------------------------- | ||||
| # Precautionary Server Restart | ||||
| # --------------------------------------------------------------------------- | ||||
|  | ||||
| # Enable server restart when CPU or memory usage is too high. | ||||
| # Default: False | ||||
| PrecautionaryRestartEnabled = False | ||||
|  | ||||
| # Enable monitoring system CPU usage. | ||||
| # Default: True | ||||
| PrecautionaryRestartCpu = True | ||||
|  | ||||
| # Enable monitoring process memory usage. | ||||
| # Default: False | ||||
| PrecautionaryRestartMemory = False | ||||
|  | ||||
| # Check if sieges are in progress | ||||
| # or players are in olympiad, events, instances | ||||
| # or have targeted raidbosses. | ||||
| # Default: True | ||||
| PrecautionaryRestartChecks = True | ||||
|  | ||||
| # Percentage of used resources. | ||||
| # Default: 95 | ||||
| PrecautionaryRestartPercentage = 95 | ||||
|  | ||||
| # Delay in seconds between each check. | ||||
| # Default: 60 | ||||
| PrecautionaryRestartDelay = 60 | ||||
|  | ||||
|  | ||||
| # --------------------------------------------------------------------------- | ||||
| # Scheduled Server Restart | ||||
| # --------------------------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment