Repository: flink
Updated Branches:
  refs/heads/master 912edbca1 -> bdd842961


[ml] Adds proper log properties file setting for scalatest plugin


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

Branch: refs/heads/master
Commit: bdd842961b43efaa2c4d323affa56ec6782e78cb
Parents: 912edbc
Author: Till Rohrmann <trohrm...@apache.org>
Authored: Tue May 5 15:11:50 2015 +0200
Committer: Till Rohrmann <trohrm...@apache.org>
Committed: Tue May 5 15:11:50 2015 +0200

----------------------------------------------------------------------
 flink-staging/flink-ml/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/bdd84296/flink-staging/flink-ml/pom.xml
----------------------------------------------------------------------
diff --git a/flink-staging/flink-ml/pom.xml b/flink-staging/flink-ml/pom.xml
index 91005f8..db3cf48 100644
--- a/flink-staging/flink-ml/pom.xml
+++ b/flink-staging/flink-ml/pom.xml
@@ -117,6 +117,7 @@
                                                </goals>
                                                <configuration>
                                                        
<suffixes>(?&lt;!(IT|Integration))(Test|Suite|Case)</suffixes>
+                                                       <argLine>-Xms256m 
-Xmx800m -Dlog4j.configuration=${log4j.configuration} 
-XX:-UseGCOverheadLimit</argLine>
                                                </configuration>
                                        </execution>
                                        <execution>
@@ -127,6 +128,7 @@
                                                </goals>
                                                <configuration>
                                                        
<suffixes>(IT|Integration)(Test|Suite|Case)</suffixes>
+                                                       <argLine>-Xms256m 
-Xmx800m -Dlog4j.configuration=${log4j.configuration} 
-XX:-UseGCOverheadLimit</argLine>
                                                </configuration>
                                        </execution>
                                </executions>

Reply via email to