ivan-velikanov opened a new issue, #8836:
URL: https://github.com/apache/netbeans/issues/8836

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[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

Reply via email to