summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2008-09-17 23:12:07 +0000
committerMarko Grönroos <magi@iki.fi>2008-09-17 23:12:07 +0000
commit9a32bcfddc66d6da74a06fa6cd61f72e048940f5 (patch)
tree3d726ef40e0334e0047042060f6843246cce9223 /build
parent9b93969613392d5868116f8ebd15e8367cb9ef9e (diff)
downloadvaadin-framework-9a32bcfddc66d6da74a06fa6cd61f72e048940f5.tar.gz
vaadin-framework-9a32bcfddc66d6da74a06fa6cd61f72e048940f5.zip
Adjusted maxmemory of the Xalan process that compiles the HTML manual from the largeish 1300M to 512M.
svn changeset:5426/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 0d19007408..05a4089496 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -936,7 +936,7 @@
<pathelement path="build/lib/xercesImpl.jar" />
<pathelement path="build/lib/xml-apis.jar" />
</path>
- <java classname="org.apache.xalan.xslt.Process" failonerror="yes" fork="yes" maxmemory="1300m">
+ <java classname="org.apache.xalan.xslt.Process" failonerror="yes" fork="yes" maxmemory="512m">
<arg value="-in" />
<arg value="doc/manual/book.xml" />
<arg value="-xsl" />