Skip to content
Snippets Groups Projects
Commit 9d781aa8 authored by david_williams's avatar david_williams
Browse files

attempt to avoid out of memory errors during what is fixed runs

parent 4305f955
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,9 @@
<java taskname="cvsbugz" classpathref="rlog.path" fork="true" classname="org.eclipse.wtp.releng.cvslog.tools.Main" failonerror="false">
<jvmarg value="-Xms128m" />
<jvmarg value="-Xmx512m" />
<jvmarg value="-Xmx1024m" />
<jvmarg value="-Xcompactgc" />
<arg value="${mapCvsRoot}" />
<arg value="${whatisfixed.since.date}" />
<arg value="${whatisfixed.to.date}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment