You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2015/12/25 21:37:04 UTC

[lang] LANG-1194: Travis-ci build fails occasionally with Killed message

Repository: commons-lang
Updated Branches:
  refs/heads/master c8cc65165 -> 39ed92fff


LANG-1194: Travis-ci build fails occasionally with Killed message


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/39ed92ff
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/39ed92ff
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/39ed92ff

Branch: refs/heads/master
Commit: 39ed92fff74cfd4be4ca728fc4258feea26b696c
Parents: c8cc651
Author: Chas Honton <ch...@apache.org>
Authored: Fri Dec 25 12:34:13 2015 -0800
Committer: Chas Honton <ch...@apache.org>
Committed: Fri Dec 25 12:36:47 2015 -0800

----------------------------------------------------------------------
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/39ed92ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 435aabc..c528bb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,6 +534,7 @@
   </distributionManagement>
 
   <properties>
+    <argLine>-Xmx512m</argLine>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compiler.source>1.6</maven.compiler.source>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/39ed92ff/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6bc6cb1..2193520 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,7 @@
   <body>
 
   <release version="3.5" date="tba" description="tba">
+    <action issue="LANG-1194" type="fix" dev="chas">Limit max heap memory for consistent Travis CI build</action>
     <action issue="LANG-1186" type="fix" dev="chas" due-to="NickManley">Fix NullPointerException in FastDateParser$TimeZoneStrategy</action>
     <action issue="LANG-1193" type="fix" dev="sebb" due-to="Qin Li">ordinalIndexOf("abc", "ab", 1) gives incorrect answer of -1 (correct answer should be 0); revert fix for LANG-1077</action>
     <action issue="LANG-1182" type="update" dev="britter" due-to="Larry West, Pascal Schumacher">Clarify JavaDoc of StringUtils.containsAny()</action>