Closed munishchouhan closed 7 months ago
This PR will solve the virtual memory issue of cli https://github.com/seqeralabs/wave-cli/issues/46
Native-image provided two solutions:
-H:-UseCompressedReferences
This PR will change the GC to G1 when the target machine is Linux.
Note: After enabling g1gc, the size of binary is increased by 11.6 MB.
munish.chouhan@Munishs-MacBook-Pro wave-cli-test % ls -ltr -rw-r--r--@ 1 munish.chouhan staff 61200224 Apr 5 13:47 wave -rw-r--r--@ 1 munish.chouhan staff 49582000 Apr 8 15:41 wave-1.2.0-linux-x86_64
This PR will solve the virtual memory issue of cli https://github.com/seqeralabs/wave-cli/issues/46
Native-image provided two solutions:
-H:-UseCompressedReferences
. This is only available in graalvm enterprise edition.This PR will change the GC to G1 when the target machine is Linux.
Note: After enabling g1gc, the size of binary is increased by 11.6 MB.