[tor-commits] [metrics-web/master] Raise memory from 2g to 4g for all module runs.

karsten at torproject.org karsten at torproject.org
Wed Dec 20 08:41:23 UTC 2017


commit 51ea118abe6c416af01125dfdc2265db40f89f86
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Dec 19 10:27:36 2017 +0100

    Raise memory from 2g to 4g for all module runs.
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 070ec67..f77048a 100644
--- a/build.xml
+++ b/build.xml
@@ -388,7 +388,7 @@
     <mkdir dir="${workingdir}" />
     <java dir="${workingdir}"
           fork="true"
-          maxmemory="2g"
+          maxmemory="4g"
           classname="${mainclass}">
       <classpath>
         <pathelement location="${dist}/${jarfile}"/>



More information about the tor-commits mailing list