express.nodejs.gc_duration_seconds
GC duration by typeDimensions:None
Available on:
Prometheus (1)
Interface Metrics (1)
Dimensions:None
Technical Annotations (10)
Configuration Parameters (1)
--max-semi-space-sizerecommended: larger than 4MB defaultCLI Commands (4)
node --prof app.jsdiagnosticnode --prof-process isolate-0xnnnnnnnnnnnn-v8.log > profile.txtdiagnostic--trace-gcmonitoringclinic doctordiagnosticTechnical References (5)
stop-the-worldconceptgarbage collectionconceptevent loopconceptV8componentGCconceptRelated Insights (4)
GC pauses cause stop-the-world event-loop stallswarning
▸
Memory leaks cause garbage collection pauses and event loop latencywarning
▸
GC percentage above 10% indicates memory allocation problemwarning
▸
Small default semi-space heap size causes frequent GC pauseswarning
▸