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 MaxHeap