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