Nick Div
Nick Div

Reputation: 5628

Netbeans running really really slow on my laptop

I am using the OS Ubuntu 12.04 and I have installed Netbeans 7.0.1 on it, my laptop's configuration is pretty good but still Netbeans runs really really slow on it and it hangs completely after using it only for a few mins. On doing some research I found that many people suggested to add the following line in the netbeans.conf file "netbeans_jdkhome="/usr/lib/jvm/java-1.7.0-openjdk-amd64" which I did but nothing has changed. It still lags a lot.

Upvotes: 1

Views: 8125

Answers (1)

Ian Fairman
Ian Fairman

Reputation: 635

I can think of a couple of things I would try. Firstly, upgrade to NetBeans 7.4 as recent versions of NetBeans do more work in background threads, improving the general responsiveness of the application.

Secondly, in the etc directory of the NetBeans install (on Windows) there's a netbeans.conf. Try editing the netbeans_default_options property to set -J-Xmx to something large, maybe 256m or 512m. That should give NB a bit more space to play with.

Upvotes: 5

Related Questions