process.runtime.cpython.gc_count
Python garbage collection cyclesDimensions:None
Available on:
OpenTelemetry (1)
Interface Metrics (1)
Dimensions:None
Technical Annotations (5)
Configuration Parameters (1)
gc.set_thresholdrecommended: (1500, 15, 15) for productionCLI Commands (1)
import gc
del qs
gc.collect()remediationTechnical References (3)
gc.get_stats()component_result_cachecomponentgc.collect()componentRelated Insights (2)
Garbage collection tuning reduces performance impact in high-traffic Django appsinfo
▸
Python garbage collector cannot free queryset memory while references remainwarning
▸