Re: OutOfMemoryError: Java heap space

2018-01-11 Thread Gabriele Brosulo
Hi Emi, Response inline: Il giorno mer, 10/01/2018 alle 13.51 -0500, Emilian Bold ha scritto: > Maybe I missed it but are you using Oracle NetBeans, Apache NetBeans or > Debian NetBeans (because Debian also builds their own). I'm using Oracle NetBeans v.8.2, the one downloaded from https://netbe

Re: OutOfMemoryError: Java heap space

2018-01-09 Thread Gabriele Brosulo
Hi Paolo, I'm on a Debian Jessie with Java 1.8.0_101. I think that the problem is related to a memory leak somewhere in Netbeans, that happens just with a specific project. All other projects works well, but in this one with java.lang.OutOfMemoryError: Java heap space problem CTRL+Click and other u

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Oliver Rettig
Hi Thomas, thanks for revision, of course you are right:-) Oliver > Oliver, > Why would the starting heap size matter (and according to his log, it's > already 512m)? I think the option he should modify is the max heap size, > -Xmx. His log says it's currently 1024m - maybe he should set it to >

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Thomas Wolf
Oliver, Why would the starting heap size matter (and according to his log, it's already 512m)? I think the option he should modify is the max heap size, -Xmx. His log says it's currently 1024m - maybe he should set it to "-J-Xmx2048m" in his netbeans.conf file. tom On Mon, Jan 8, 2018 at 11:36

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Oliver Rettig
Hi, this can be happen, if you have installed too many modules, which needs more memory than you have configures in the netbeans.conf file. Maye there is a module with a memory leak ... Try to give netbeans more memory: edit the config file in etc/netbeans.conf default: -J-Xms32m to -j-xm