Open
Description
I use kpack 0.9.2 and java-native-image.
From GraalVM Debugging and Diagnostics doc, I want to configure heapdump, see the doc: https://www.graalvm.org/22.3/reference-manual/native-image/guides/create-heap-dump/
In build phase, add BP_NATIVE_IMAGE_BUILD_ARGUMENTS="--enable-monitoring=heapdump"
In runtime phase, I hope to run {command} -XX:+DumpHeapAndExit
, but there is no place to pass -XX:+DumpHeapAndExit
. I directly run the command in a container, the error shows:
Expected Behavior
Current Behavior
should pass some argument to runtime phase