Archive for October, 2009

eclipse.ini settings for parallel garbage collection

Saturday, October 24th, 2009

Eclipse icon I’ve had problems with eclipse freezing in an annoying way. It seems this is mainly due to the stop the world garbage collector, as I’ve found the following settings work well in improving the situation.



(more…)

My vimrc settings

Saturday, October 24th, 2009

.vimrc

I don’t use vim all the time, but it’s my fall back editor for when ever my GUI editor du jour is found lacking. Here is the .vimrc file I use in both MacVim on Mac OS X and gvim on Windows.