GitHub user mbien edited a comment on the discussion: Support Shenandoah GC / jdk 25
> 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 ? Oracle doesn't ship the Shenandoah GC, all other distributions should have it since it is the default build option I believe. (I am using it for quite a while on my raspi for other use cases - it is a nice low-overhead gc for small heaps too). So if the GC isn't found check what JDK you are running NB on. The JDK+NB 27 packages bundle zulu 24 for example which does have all GCs too. (And yes as Matthias mentioned above, G1 can return memory to the system too) GitHub link: https://github.com/apache/netbeans/discussions/8839#discussioncomment-14424627 ---- 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
