You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2015/04/19 03:03:42 UTC

[7/7] drill git commit: DRILL-2825: Bump test memory to 3g due to sporadic OOM on TestLargeFileCompilation.

DRILL-2825: Bump test memory to 3g due to sporadic OOM on TestLargeFileCompilation.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/9ec257ef
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/9ec257ef
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/9ec257ef

Branch: refs/heads/master
Commit: 9ec257efb7992209e27c82e6f4ee8a5b12cc95e4
Parents: c0d5a69
Author: Jacques Nadeau <ja...@apache.org>
Authored: Sat Apr 18 09:19:48 2015 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Sat Apr 18 18:01:45 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/9ec257ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f6bcd91..3b246d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.17</version>
           <configuration>
-            <argLine>-Xms512m -Xmx2g -Ddrill.exec.http.enabled=false
+            <argLine>-Xms512m -Xmx3g -Ddrill.exec.http.enabled=false
               -Ddrill.exec.sys.store.provider.local.write=false
               -Dorg.apache.drill.exec.server.Drillbit.system_options="org.apache.drill.exec.compile.ClassTransformer.scalar_replacement=on"
               -XX:MaxPermSize=256M -XX:MaxDirectMemorySize=3072M