You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ki...@apache.org on 2016/03/04 20:01:54 UTC

[3/3] storm git commit: Fixing Travis Build failures by configuring heap size

Fixing Travis Build failures by configuring heap size


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

Branch: refs/heads/1.x-branch
Commit: e5c23a936b5be3b6c68b51577e5e17760167b350
Parents: 39c34ae
Author: Kishor Patil <kp...@yahoo-inc.com>
Authored: Fri Mar 4 19:01:32 2016 +0000
Committer: Kishor Patil <kp...@yahoo-inc.com>
Committed: Fri Mar 4 19:01:32 2016 +0000

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e5c23a93/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6fbefb..0f353d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-1436: Set Travis Heap size to fit in memory limits in travis builds.
  * STORM-1529: Change default worker temp directory location for workers
  * STORM-1543: DRPCSpout should always try to reconnect disconnected DRPCInvocationsClient
  * STORM-1561: Supervisor should relaunch worker if assignments have changed