diff options
-rw-r--r-- | java/INSTALL | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/INSTALL b/java/INSTALL index 99c83002c9f..516a0259e79 100644 --- a/java/INSTALL +++ b/java/INSTALL @@ -231,23 +231,6 @@ one, use these commands: ant clean ant -You may receive an error during the build: - - [javac] The system is out of resources. - [javac] Consult the following stack trace for details. - [javac] java.lang.OutOfMemoryError: Java heap space - -If so, set ANT_OPTS as follows: - - # On Unix - $ ANT_OPTS="-Xms256m -Xmx256m" - $ export ANT_OPTS - - # On Windows - > set ANT_OPTS=-Xms256m -Xmx256m - -This increases the size of the heap for the Java VM. - Ant Tasks --------- |