autoRestartRAM

Automatically restart the server when available memory is insufficient. 在可用内存不足时自动重启服务器

89

Quick challenge

How far can you run before the mobs catch you?

autoRestartRAM

Usage

``` /autorestart check ``` - Check the available memory

``` /autorestart <seconds> ``` - Restart after the specified time

Config

``` minAvailableMemory: 500 ``` - Restart when the available memory falls below this value

``` timeLeft: 5 ``` - Countdown before restart

ADS