diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html index d120fd4d0..1b39d5358 100644 --- a/docs/manual/OptionalTasks/junit.html +++ b/docs/manual/OptionalTasks/junit.html @@ -152,7 +152,10 @@ elements).

maxmemory Maximum amount of memory to allocate to the forked VM. - Ignored if fork is disabled. + Ignored if fork is disabled. Note: + If you get java.lang.OutOfMemoryError: Java heap space + in some of your tests then you need to raise the size like + maxmemory="128m" No