What happened with Netbeans bug reporting?

2022-12-05 Thread Greenberg, Gary
It used to be a feature that allows to submit exceptions along with some other info to Netbeans development team with a click of a button. Now you can only open notification and view the exception stack trace and that's it. Exceptions do occur regularly and I mostly ignore them. I did raise this

[java] Netbeans profiler calibration failed

2022-12-05 Thread Khalil El Mazouari
Hi, Profiler calibration on Mac M1 Pro failed. Thanks in advance for any suggestion/fix. *** Profiler message (Mon Dec 05 21:58:59 CET 2022): Starting target = application... /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java = -agentpath:/Applications/NetBeans/Apache NetBeans

Re: Why is max heap under NB different than outside it?

2022-12-05 Thread Thomas Wolf
Never mind - the stupid bug struck hard (long time ago I must’ve set the 4GB as a VM option in the configuration I was using). Sorry about the noise. tom > On Dec 5, 2022, at 3:20 PM, Thomas Wolf wrote: > > > I was running my J2SE application inside of NB and with a large data set ran > out

Why is max heap under NB different than outside it?

2022-12-05 Thread Thomas Wolf
I was running my J2SE application inside of NB and with a large data set ran out of heap space. I don’t specify a -Xmx arg for my app and I was curious why with 32GB of physical memory that should happen. I ran the application again and, from the command-line, did jinfo -flag