I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node wi
I solved my issue by setting the following environment variable:
Variable: _JAVA_OPTIONS Value: -Xms128m -Xmx512m