ThinkRooms is a application development studio at Bandung. We do application development based on web technology. Our services are develop application, PSD/PNG to HTML, and CMS template development. You can check our official website at http://www.thinkrooms.com
Catching Elephant is a theme by Andy Taylor
This is a simple step to make Netbeans 6.9 for PHP development run smoothly on my MBP with Snow Leopard 10.6.2.
sudo edit /Applications/Netbeans.app/Contents/Resources/Netbeans/etc/netbeans.conf
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=512m -J-XX:+UseCompressedOops -J-XX:CompileThreshold=100 -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true"
Please change Netbeans.app to location of your Netbeans. I’ve used in my MBP with 2GB of RAM and it’s run smoothly like I expected. Hope this tips could help you who have experience with slow Netbeans on your Mac.