DRILL-1104: Increase MaxDirectMemorySize to 3G for unit tests

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

Branch: refs/heads/master
Commit: 85b8ceffe7ca5b976acc25b7c11c0c288110e7bf
Parents: 67b9fe8
Author: Aditya Kishore <[email protected]>
Authored: Mon Jun 30 20:46:07 2014 -0700
Committer: Aditya Kishore <[email protected]>
Committed: Wed Jul 2 22:54:01 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/85b8ceff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 129cc22..2ce0db2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.17</version>
           <configuration>
-            <argLine>-Xms512m -Xmx2g -Ddrill.exec.http.enabled=false 
-Ddrill.exec.sys.store.provider.local.write=false -XX:MaxPermSize=256M 
-XX:MaxDirectMemorySize=2096M -XX:+CMSClassUnloadingEnabled</argLine>
+            <argLine>-Xms512m -Xmx2g -Ddrill.exec.http.enabled=false 
-Ddrill.exec.sys.store.provider.local.write=false -XX:MaxPermSize=256M 
-XX:MaxDirectMemorySize=3072M -XX:+CMSClassUnloadingEnabled</argLine>
             <forkCount>4</forkCount>
             <reuseForks>true</reuseForks>
             <additionalClasspathElements>

Reply via email to