I'm using NetBeans (7.3 Beta) for Java as, I suspect, do a lot of people here. It was running very slowly and I modified to the following settings in my netbeans.conf file:
netbeans_default_options="-J-client -J-Xss2m -J-Xms256m -J-Xmx512m -J-XX:PermSize=64m
I have 8GB RAM. NetBeans is now running very nicely
/>. However, I am wondering whether these values can be improved. What do you use?
In particular, I am interested whether these values should, perhaps, be specific multiples of each other?
Andy.
PS In recompense I offer the shortcut-key Alt-Shift-F which reindents (refactors) the current file, without requiring it to be selected
netbeans_default_options="-J-client -J-Xss2m -J-Xms256m -J-Xmx512m -J-XX:PermSize=64m
I have 8GB RAM. NetBeans is now running very nicely
In particular, I am interested whether these values should, perhaps, be specific multiples of each other?
Andy.
PS In recompense I offer the shortcut-key Alt-Shift-F which reindents (refactors) the current file, without requiring it to be selected