native-build-tools icon indicating copy to clipboard operation
native-build-tools copied to clipboard

how to limit native executable memory size

Open YangQiang-ChengDu opened this issue 2 years ago • 1 comments

I want to limit native executable memory size, just like java -jar -Xmx500. what should I do?

YangQiang-ChengDu avatar Jul 14 '23 04:07 YangQiang-ChengDu

see this doc,I think it have helps https://www.graalvm.org/22.3/reference-manual/native-image/optimizations-and-performance/MemoryManagement/

wghdir avatar Jul 15 '23 14:07 wghdir