You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ta...@apache.org on 2015/10/07 10:11:08 UTC

incubator-reef git commit: [REEF-807] Set JVM max memory limit used in testsuites properly

Repository: incubator-reef
Updated Branches:
  refs/heads/master 1a2889a29 -> 9a9393547


[REEF-807] Set JVM max memory limit used in testsuites properly

This PR upgrades Maven surefire plugin and sets the proper value of JVM
max memory limit for it in order to recover JDK 1.7 Apache Jenkins builds.

JIRA:
  [REEF-807](https://issues.apache.org/jira/browse/REEF-807)

Pull Request:
  This closes #540


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

Branch: refs/heads/master
Commit: 9a9393547302d00be271cf3d953c023be6238794
Parents: 1a2889a
Author: Dongjoon Hyun <do...@apache.org>
Authored: Sun Oct 4 23:39:22 2015 +0900
Committer: taegeonum <ta...@gmail.com>
Committed: Wed Oct 7 17:10:29 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/9a939354/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1359a10..a52a1eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,8 +105,9 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.17</version>
+                    <version>2.18.1</version>
                     <configuration>
+                        <argLine>-Xmx2g</argLine>
                         <systemProperties>
                             <property>
                                 <name>org.apache.reef.runtime.local.folder</name>