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 AM, Oliver Rettig <[email protected]> wrote: > 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-xms500m > > > > Hope this helps > > Oliver > > > Hi all, > > > I'm running Netbeans 8.2 on a Debian jessie box. Everytime I launch > > > Netbeans i got the following error: "OutOfMemoryError: Java heap > > > space". > > > Everything seems working, but in one PHP project CTRL+Click, > > > autocomplete and other useful things stopped working. > > > > > > I googled a lot, but I can't find a solution. > > > > > > Attached the netbeans startup log. > > > > > > Any help/hint is really appreciated, thanks in advance. > > > > > > g4b0 > > > > > -- [email protected] http://landofwolf.blogspot.com/
