revert accidental merge of direct memory test settings
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/99313db7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/99313db7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/99313db7 Branch: refs/heads/master Commit: 99313db729c4068ced765745dfe8e866dd16c938 Parents: 63b5ad7 Author: Jacques Nadeau <[email protected]> Authored: Tue Jun 10 14:11:16 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Tue Jun 10 18:59:41 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/99313db7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d41af11..2fa4778 100644 --- a/pom.xml +++ b/pom.xml @@ -262,7 +262,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=10000M -XX:+CMSClassUnloadingEnabled</argLine> + <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> <forkCount>4</forkCount> <reuseForks>true</reuseForks> <additionalClasspathElements>
