You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ja...@apache.org on 2014/04/23 23:28:27 UTC

[3/3] git commit: DRILL-554: maven-compiler-plugin only supports 'm' suffix for 'maxmem' option

DRILL-554: maven-compiler-plugin only supports 'm' suffix for 'maxmem' option


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

Branch: refs/heads/master
Commit: 059caed97a91a0f62235f00266113e86077de1e3
Parents: 70e909f
Author: Aditya Kishore <ad...@maprtech.com>
Authored: Tue Apr 22 03:01:08 2014 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Wed Apr 23 08:12:02 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/059caed9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7166ee4..783db86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
         <configuration>
           <source>1.7</source>
           <target>1.7</target>
-          <maxmem>2g</maxmem>
+          <maxmem>2048m</maxmem>
           <fork>true</fork>
         </configuration>
       </plugin>