---
title: "Obtaining heap dump on OutOfMemoryError with Quarkus native"
url: https://daily.dev/posts/obtaining-heap-dump-on-outofmemoryerror-with-quarkus-native-k0t3etcon
source_url: https://quarkus.io/blog/heapdump-oome-native/
type: article
source: "Quarkus"
published: 2024-04-23T03:12:45.008Z
updated: 2024-05-09T09:13:33.132Z
tags: ["java", "quarkus"]
reading_time: 7
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Obtaining heap dump on OutOfMemoryError with Quarkus native

**[Quarkus](https://daily.dev/sources/quarkus)** · 7 min read · 3 upvotes · 0 comments

## Summary

The post explains how to obtain a heap dump on OutOfMemoryError with Quarkus native using the `-XX:+HeapDumpOnOutOfMemoryError` option. It compares the heap dump of a GraalVM Native Image with one produced by HotSpot and discusses the presence of SubstrateVM classes in the heap dump.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://quarkus.io/blog/heapdump-oome-native/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java), [#quarkus](https://daily.dev/tags/quarkus)

[View this post on daily.dev](https://daily.dev/posts/obtaining-heap-dump-on-outofmemoryerror-with-quarkus-native-k0t3etcon)
