native-build-tools
native-build-tools copied to clipboard
how to limit native executable memory size
I want to limit native executable memory size, just like java -jar -Xmx500. what should I do?
see this doc,I think it have helps https://www.graalvm.org/22.3/reference-manual/native-image/optimizations-and-performance/MemoryManagement/