GitHub user mxm opened a pull request:
https://github.com/apache/flink/pull/1203
[FLINK-2773] remove strict upper direct memory limit
Setting a strict upper limit for the direct memory size can cause
problems with the direct memory allocation of the Netty network stack
leading to OutOfMemoryExceptions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mxm/flink direct-memory-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1203.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 #1203
----
commit e79b2f88d9fd8b70f3efc39ac8be2d907b67e698
Author: Maximilian Michels <[email protected]>
Date: 2015-09-30T14:45:14Z
[FLINK-2773] remove strict upper direct memory limit
Setting a strict upper limit for the direct memory size can cause
problems with the direct memory allocation of the Netty network stack
leading to OutOfMemoryExceptions.
----
---
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.
---