GitHub user ivan-velikanov created a discussion: Support Shenandoah GC / jdk 25
### Description JDK25 comes with Shenandoah GC feature stabalized. However using these options : ```-J-XX:+UseShenandoahGC -J-XX:ShenandoahGCMode=generational``` in the netbeans.conf file results in netbeans not even starting. Is it possible to support this GC ? ### Use case/motivation I have read that ShenandoahGC is more liberal in returning memory/RAM to the system. Overtime the VM consumes more RAM/heap-size even though actual usage might fluctuate and might be usually low. However this appears as a high ram usage and appears to affect the overall system performance. Currently the only way out is to restart netbeans as simple GC just frees objects from heap but doesn't reduce heap size. ### Related issues _No response_ ### Are you willing to submit a pull request? No GitHub link: https://github.com/apache/netbeans/discussions/8839 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
