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 <[email protected]>
Authored: Tue Apr 22 03:01:08 2014 -0700
Committer: Jacques Nadeau <[email protected]>
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>

Reply via email to