2GB sounds too little. What is the reason for being so stingy? Why not say 8GB?
Jaroslav's suggestion will tell you if you have shortage of heap. On Tue, Nov 14, 2017 at 9:54 AM, John McDonnell <[email protected]> wrote: > Hi, > > @Martin > I'm not noticing too slow of a Debugger startup time... around 10 > secs (rough counting in my head just there) Its more related to > breakpoints and moving through them/setting them while debugging > etc... The Variables windows and evaluating expressions. > > @Lars > I have a 16GB machine and I have given NB 2GB in my netbeans.conf > file: "-J-Xmx2G" I could attempt to give it another GB more > possibly... > > @Jaroslav > I'll give that a shot shortly and see if I can spot anything. > > Thanks all! > > Regards > > John > > > > On 14 November 2017 at 05:42, Jaroslav Tulach <[email protected]> > wrote: > > Hello John, > > try self profiler: > > http://wiki.netbeans.org/FaqProfileMeNow > > > > From that you should be able to find out what the JPDA threads are doing > when > > things are taking too long. > > -jt > > > >>> John McDonnell <[email protected]>: 13.11.17 @ 18:32 << > >> Hi, > >> > >> At work, I have in my project group with just over 100 open projects. > >> Whenever I attempt to debug the application, I find the > >> debugger/NetBeans slow and sluggish. > >> > >> Now I'm not sure if this is related to the number of open projects, > >> the number of breakpoints I have, or indeed the webapp I'm debugging, > >> but unfortunately, I sit next to an IntelliJ user and they don't seem > >> to have the same issues, with an identical machine. So I must assume > >> its NetBeans related.... > >> > >> I want to start to analyse why this is happening, maybe get enough > >> content to raise/fix? a defect etc. > >> > >> What would be the first set of steps? > >> > >> Regards > >> > >> John > > > > >
