On Jun 19, 2008, at 2:05 AM, Jens Müller wrote:
Matthieu Riou schrieb:
Unfortunately I can't reproduce the OOM myself, but you could also
try to
tweak the test task of the failing module to pass a -Xmx parameter
like
explained here:
http://incubator.apache.org/buildr/testing.html#using_junit
Let me know how it goes.
Is there a way to specify that at the command line or do I have to
edit the Rakefile?
Hi, Jens --
I had some trouble with that on OS X, but because the OOM occurs in
the Jetty hosting the ODE runtime, you can target it with the
JAVA_OPTS environment variable:
export JAVA_OPTS=-Xmx512M
Jetty will pick that up and things will run through.
-- Paul