You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/05/12 03:59:35 UTC

[04/14] incubator-kylin git commit: KYLIN-669 update maven memory setting to avoid OOM exception when run ut

KYLIN-669 update maven memory setting to avoid OOM exception when run ut


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

Branch: refs/heads/master
Commit: b0ab9c07ff18f0f07c0e21a8f322a53a70dabf19
Parents: 267c98c
Author: lukehan <lu...@apache.org>
Authored: Sun Apr 26 19:29:08 2015 +0800
Committer: lukehan <lu...@apache.org>
Committed: Mon Apr 27 10:50:27 2015 +0800

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/b0ab9c07/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e65bab0..0c4562f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,6 +602,16 @@
             </activation>
             <build>
                 <plugins>
+                	 <plugin>
+    					<groupId>org.apache.maven.plugins</groupId>
+    					<artifactId>maven-compiler-plugin</artifactId>
+    					<version>2.5.1</version>
+    					<configuration>
+      						<fork>true</fork>
+     						<meminitial>1024m</meminitial>
+      						<maxmem>1024m</maxmem>
+    					</configuration>
+  					</plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>