RE: Netbeans CPU use

2018-05-14 Thread David Mills
nk Private Level 1, 720 Bourke Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404 From: Bruno Flávio [mailto:em...@brunoflavio.com] Sent: Monday, 14 May 2018 16:57 To: users@netbeans.apache.org Subject: Re: Netbeans CPU use Hi, You could take a snapshot with NetBeans profiler o

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