Nuacht

内存溢出:java.lang.OutOfMemoryError: Java heap space #7453 Open AriseIGitHub opened on Sep 27, 2022 ...
After my config change above metals executes with a larger heap space: java -Xss4m -Xms100m -Xmx3G -jar .../metals. I will try and bump the heap size a bit more to see if that changes anything.
Check out the Java tuning guide from Oracle for more information on reducing excessive garbage collection. Alternatively, you can increase the heap size by changing the JVM launch configuration. But ...