Re: NetBeans 19 Performance Issues

2024-02-13 Thread Michael Bien
Hi Blaine, ~260 classes shouldn't cause any performance problems (I assume java classes or is this PHP?). I actually just opened all netbeans modules so that I can run some project wide cleanups, and that would be ~450 projects i think. I haven't timed it but it usually takes about 5mins of

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Tilman Hausherr
Two things that have helped me in the past: - close inactive projects - close NB, delete the cache (on windows: C:\Users\YOURNAME\AppData\Local\NetBeans\Cache\19, but the cache dir is also shown on the startup screen ), restart NB Tilman On 13.02.2024 16:34, Blaine Heinfeld wrote: I am tryi

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Pieter van den Hombergh
Hi Blaine, Just some hunches: * a big project may slow anything down that wants to scan the overall project. * You might want to give netbeans more memory to work with. e.g -Xmx6g added to the command line or in the settings file netbeans.conf * splitting the project up into smaller pieces smal

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Blaine Heinfeld
Forgot to mention:  The host computer is Windows 10 Home. On 2/13/2024 10:34 AM, Blaine Heinfeld wrote: I am trying to understand and resolve a severe performance issue with NetBeans 19 running on Azul Java 11.0.13; OpenJDK 64-Bit Server VM 11.0.13+8-LTS. My project consists of about 260 cl

NetBeans 19 Performance Issues

2024-02-13 Thread Blaine Heinfeld
I am trying to understand and resolve a severe performance issue with NetBeans 19 running on Azul Java 11.0.13; OpenJDK 64-Bit Server VM 11.0.13+8-LTS. My project consists of about 260 classes and has probably around 75,000 lines of total text, including some extensive HTML documentation files