Does anybody know if netbeans by default uses the hotspot server vm? I'm trying to figure out if that would be an option of not. Thanks!
-roger-
Does anybody know if netbeans by default uses the hotspot server vm? I'm trying to figure out if that would be an option of not. Thanks!
-roger-
It seems to be this option to make NetBeans run 'java -server
' instead of just java:
netbeans -J-server
Note: in term of raw performance though, this might not be the most important option to use.
See Java Settings for Netbeans 6.8 on OSX 10.5.8 to avoid 100% cpu usage
© 2022 - 2024 — McMap. All rights reserved.