> I tend to run out of heap when I run tests from inside Eclipse, so > that's why I prefer doing it from the command line. I am sure we have a > big honking memory leak somewhere in the code.
Just go Run Configurations -> AllTests -> VM Arguments and add "-xmx512m" to the box and you should be fine running tests from Eclipse ;-) /Janne
