发布

  • Use dynamic GOMEMLIMIT: 25% of system RAM, clamped to [2GB, 8GB]

    frostbyte_neo 发布于 2026-03-12 14:29:22 +00:00

    Replace static 2GB default with platform-aware auto-detection:

    • Linux: syscall.Sysinfo
    • macOS: sysctl hw.memsize
    • Windows: GlobalMemoryStatusEx

    Falls back to 4GB if detection fails. User config still overrides.
    Prevents both OOM kills (upper clamp) and excessive GC pressure (lower clamp).

    下载附件