GitHub user zhuoliu opened a pull request:
https://github.com/apache/storm/pull/657
STORM-964, add config for worker logwriter to restrict its mem usage
The log writer process that writes out stderr and stdout should have a
config that controls it's memory usage and it should default to a very small
value, probably 50MB in most cases.
To address above issue, one new parameter is defined for logwriter's
jvmopts: "topology.worker.lw.childopts".
The default heap size of logwriter is set as 64M, or user can override it
through "-c topology.worker.lw.childopts='xxxx " when submitting a topology.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhuoliu/storm 964
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/657.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #657
----
commit f5ce1f865aaf8fbebd364799dcc9685a96dd7f16
Author: zhuol <[email protected]>
Date: 2015-07-29T15:54:56Z
STORM-964, add config for worker logwriter to restrict its mem usage
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---