Skip to content

Commit

Permalink
Increase max memory even higher to try and improve build speed on Tra…
Browse files Browse the repository at this point in the history
…vis.
  • Loading branch information
shunter committed Feb 3, 2014
1 parent 41747b2 commit d2a998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
<property name="relativeDocOutputDirectory" location="${buildDocumentationDirectory}" relative="true" basedir="${jsdoc3Directory}" />
<property name="relativeSourceFilesPath" location="${sourceDirectory}" relative="true" basedir="${jsdoc3Directory}" />

<java jar="${jsdoc3Directory}/lib/js.jar" dir="${jsdoc3Directory}" fork="true" failonerror="true" maxmemory="256m">
<java jar="${jsdoc3Directory}/lib/js.jar" dir="${jsdoc3Directory}" fork="true" failonerror="true" maxmemory="1536m">
<arg line="-modules node_modules" />
<arg line="-modules rhino_modules" />
<arg line="-modules ." />
Expand Down

0 comments on commit d2a998a

Please sign in to comment.