Re: Netbeans CPU use

2018-05-13 Thread Bruno Flávio
Hi, You could take a snapshot with NetBeans profiler or the Java mission control application to see what's going on. Is this happening exclusively with the groovy project? In 9.0 you installed the groovy support modules manually? Best regards, -Bruno Flavio On 14 May 2018 06:28:43 WEST, David

Re: Netbeans CPU use

2018-05-13 Thread Emilian Bold
I suspect it might be Groovy-related. I remember a while back I also tried a Groovy project (which was supposed to be even faster than Maven) and was thoroughly surprised when I noticed NetBeans entirely slow down. I believe you could create some thread dumps to see the possible culprit. Also

Netbeans CPU use

2018-05-13 Thread David Mills
Hi all, I use Netbeans with a few projects - one of which is Groovy based. When I run with that project Netbeans starts using excessive CPU. Restarting Netbeans resolves the issue for about 30 mins to 2 hours. How can I diagnose what is using the CPU and how can I stop it. The UI seems comp