Skip to content

v0.0.8

Choose a tag to compare

@mirkobrombin mirkobrombin released this 14 Jan 14:53
· 44 commits to main since this release

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