GitHub user mxm opened a pull request:

    https://github.com/apache/flink/pull/1129

    [FLINK-2641] integrate off-heap memory configuration

    Following the discussion in #1125, this pull request introduces a less 
"invasive" change to make the off-heap memory configurable.
    
    - add offheap configuration parameter taskmanager.memory.off-heap
    
    - remove offheap ratio parameter and reuse memory fraction parameter
    
    - set JVM -XX:MaxDirectMemorySize parameter correctly

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/flink off_heap_config-lite

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1129.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 #1129
    
----
commit 7f6794cbf6cbec9c666f44148cf4b3227fad217a
Author: Maximilian Michels <m...@apache.org>
Date:   2015-09-14T13:07:23Z

    [FLINK-2641] integrate off-heap memory configuration
    
    - add offheap configuration parameter taskmanager.memory.off-heap
    
    - remove offheap ratio parameter and reuse memory fraction parameter
    
    - set JVM -XX:MaxDirectMemorySize parameter correctly

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to