native-build-tools
native-build-tools copied to clipboard
how to set the -Xmx 512m like java to control the heap size
I want to control native execable max heap size ,like - Xmx 512 using in java What should I do?
https://www.graalvm.org/22.3/reference-manual/native-image/optimizations-and-performance/MemoryManagement/
@YangQiang-ChengDu you have to use
-Xmx512
instead of
- Xmx 512