Disable explicit GC calls

This commit is contained in:
2026-01-28 11:21:27 +01:00
parent eb5aa9ad02
commit 0d857b49a2

View File

@@ -165,7 +165,7 @@ func Init(rawConfig json.RawMessage, metrics map[string]MetricConfig, wg *sync.W
// previously active heap, a GC is triggered.
// Forcing a GC here will set the "previously active heap"
// to a minumum.
runtime.GC()
// runtime.GC()
ctx, shutdown := context.WithCancel(context.Background())