conor 01/08/27 05:34:55
Modified: docs/manual/CoreTasks Tag: ANT_14_BRANCH javac.html
Log:
Docs for javac memory settings
Submitted by: Eric Lefevre" <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.10.2.4 +14 -0 jakarta-ant/docs/manual/CoreTasks/javac.html
Index: javac.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -r1.10.2.3 -r1.10.2.4
--- javac.html 2001/08/14 06:30:52 1.10.2.3
+++ javac.html 2001/08/27 12:34:54 1.10.2.4
@@ -196,6 +196,20 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">memoryInitialSize</td>
+ <td valign="top">the initial size of the memory for the underlying VM,
if javac is run
+ externally, ignored otherwise; defaults to the standard VM memory
setting.
+ (examples: <code>83886080</code>, <code>81920k</code>, or
<code>80m</code>)</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
+ <td valign="top">memoryMaximumSize</td>
+ <td valign="top">the maximum size of the memory for the underlying VM,
if javac is run
+ externally, ignored otherwise; defaults to the standard VM memory
setting.
+ (examples: <code>83886080</code>, <code>81920k</code>, or
<code>80m</code>)</td>
+ <td align="center" valign="top">No</td>
+ </tr>
+ <tr>
<td valign="top">failonerror</td> <td valign="top">
indicates whether the build will continue even if there are
compilation errors; defaults to <code>true</code>.
</td>