diff --git a/conf/test.config b/conf/test.config index d3d19505..f5c7b8dd 100644 --- a/conf/test.config +++ b/conf/test.config @@ -13,7 +13,7 @@ process { resourceLimits = [ cpus: 4, - memory: '7.GB', + memory: '15.GB', time: '1.h' ] } diff --git a/conf/test_all.config b/conf/test_all.config index fc2e845f..c16d7904 100644 --- a/conf/test_all.config +++ b/conf/test_all.config @@ -13,7 +13,7 @@ process { resourceLimits = [ cpus: 2, - memory: '7.GB', + memory: '10.GB', time: '1.h' ] }