diff --git a/pkg/metricstore/metricstore.go b/pkg/metricstore/metricstore.go index 38ff9015..617e945e 100644 --- a/pkg/metricstore/metricstore.go +++ b/pkg/metricstore/metricstore.go @@ -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())