mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
b9148c1494
Add Go GC and threading control variables - GOGC, GOMEMLIMIT, and GOMAXPROCS - to allow more granular control of the memory management on lower memory devices. Fixes: https://github.com/openwrt/packages/issues/28676 Link: https://go.dev/doc/gc-guide#GOGC Link: https://pkg.go.dev/runtime#pkg-overview Link: https://go.dev/blog/container-aware-gomaxprocs Signed-off-by: George Sapkin <george@sapk.in>