process.resident_memory_bytes
Resident memory sizeDimensions:None
Available on:
Prometheus (1)
Interface Metrics (1)
Dimensions:None
Technical Annotations (10)
Configuration Parameters (1)
--workersrecommended: Based on CPU cores and memory constraintsCLI Commands (1)
python -m cProfile -o app.profile myapp.pydiagnosticTechnical References (8)
process workerconceptcache thrashingconceptPrometheuscomponentGrafanacomponentcProfilecomponentpstatscomponentyield_percomponentResponsecomponentRelated Insights (4)
Low CPU and memory usage during high response times indicates worker starvationwarning
▸
Excessive caching causes high memory usage and cache thrashingwarning
▸
Slow page loads and resource exhaustion require profiling to identify bottleneckswarning
▸
Memory exhaustion from loading large datasets entirely into memorywarning
▸