Browse Source

hint at maxmemory setting. PR 43301

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799262 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
30b9d9875c
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/manual/OptionalTasks/junit.html

+ 4
- 1
docs/manual/OptionalTasks/junit.html View File

@@ -152,7 +152,10 @@ elements</a>).</p>
<tr> <tr>
<td valign="top">maxmemory</td> <td valign="top">maxmemory</td>
<td valign="top">Maximum amount of memory to allocate to the forked VM. <td valign="top">Maximum amount of memory to allocate to the forked VM.
Ignored if <code>fork</code> is disabled.</td>
Ignored if <code>fork</code> is disabled. <strong>Note</strong>:
If you get <code>java.lang.OutOfMemoryError: Java heap space</code>
in some of your tests then you need to raise the size like
<code>maxmemory="128m"</code></td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save