You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/05/27 06:34:46 UTC

[21/50] [abbrv] 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/3575bb87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/3575bb87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/3575bb87

Branch: refs/heads/0.8.0
Commit: 3575bb87d0055b2aaf24ea8b2c2968b06298bcac
Parents: 52d338d
Author: lukehan <lu...@apache.org>
Authored: Sun Apr 26 19:29:08 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed May 27 12:23:45 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/3575bb87/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1594c73..d0e5a88 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>