trino.memory.cluster_memory_bytes
Total cluster memoryDimensions:None
Available on:
Datadog (1)
Interface Metrics (1)
Dimensions:None
Technical Annotations (12)
Configuration Parameters (7)
exchange.deduplication-buffer-sizerecommended: >32MB or use exchange managerexchange-manager.namerecommended: filesystem or hdfsspill_enabledrecommended: truespiller-spill-pathrecommended: /tmp/trino-spillquery.max-memoryrecommended: 50GBaggregation_operator_unspill_memory_limitrecommended: 4GBquery_max_memory_per_noderecommended: 8GBError Signatures (1)
Exchange manager must be configured for the failure recovery capabilities to be fully functionalexceptionCLI Commands (1)
SELECT query_id, user, peak_memory_bytes / 1024 / 1024 AS peak_memory_mb FROM trino_events.trino_queries WHERE create_time >= now() - interval '7' day ORDER BY peak_memory_mb DESC LIMIT 10;diagnosticTechnical References (3)
trino_events.trino_queriescomponentpeak_memory_bytescomponentOOMconceptRelated Insights (6)
Query fails when result set exceeds buffer size without exchange managercritical
▸
High memory queries risk OOM and cluster instabilitycritical
▸
Insufficient resources cause query failurescritical
▸
Out-of-memory conditions kill running queriescritical
▸
Memory exhaustion causes query failures in complex analytical workloadswarning
▸
High memory usage causes out-of-memory failurescritical
▸