v0.0.8
SafeGuard monitors memory usage and forces a restart if the limit is exceeded to prevent system freezing.
- Enabled by default with a 1GB limit
- Automatically captures a heap profile to
logs/before restarting - Logs activity to
logs/system/
Configuration (conf.global.json):
"safeguard": {
"enable": true,
"max_memory_mb": 2048
}Full Changelog: v0.0.7...v0.0.8