GitHub user davebarnes97 opened a pull request: https://github.com/apache/geode/pull/559
GEODE-1672 When amount of overflowed persisted data exceeds heap size⦠⦠startup may run out of memory This PR Documents a newly-added system property, recoverLRUValues, that allows the developer to fine-tune restart behavior on persistent regions with an LRU eviction policy that saves overflow values to disk. It also picks up a few typo and formatting corrections in related text. You can merge this pull request into a Git repository by running: $ git pull https://github.com/davebarnes97/geode feature/GEODE-1672 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/559.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 #559 ---- commit 3df55de9fda367ed507f2c2e1dedcdeb76705163 Author: Dave Barnes <dbar...@pivotal.io> Date: 2017-06-05T18:25:44Z GEODE-1672 When amount of overflowed persisted data exceeds heap size startup may run out of memory ---- --- 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. ---