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

20 Dec
2017
20 Dec
'17
8:41 a.m.
commit 51ea118abe6c416af01125dfdc2265db40f89f86 Author: Karsten Loesing <karsten.loesing@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}"/>
2757
Age (days ago)
2757
Last active (days ago)
0 comments
1 participants
participants (1)
-
karsten@torproject.org