Skip to main content

EC2 OOM & ENA Memory Failure Diagnostics

Data strictly extracted from official AWS troubleshooting documentation. Click the symptom below to get the targeted diagnostic commands.

🚨 Step 1: What specific error symptom are you experiencing?

Please click the most accurate description:


Quick Reference Table

#ScenarioKey Error SignalPrimary Diagnostic
1OOM Killer Terminating ProcessesOut of memory: kill processps aux --sort=-%mem + dmesg | grep oom
2ENA MMIO Register Read Timeoutena_com_reg_bar_read32 reading reg failedmodinfo ena | grep version + update ENA driver
3ENA RX Buffer Allocation Failurefailed to alloc buffer for rx queueethtool -S eth0 | grep alloc + free -h
4ENA SKB Allocation Failurequeue_N_rx_skb_alloc_fail: Nethtool -S eth0 | grep skb + /proc/meminfo