GitHub user nabarunnag opened a pull request: https://github.com/apache/incubator-geode/pull/147
GEODE-1121: Reduced the memory configurations in the overflow tests. * Reduced the sender's max memory to 1MB. * Reduced the amount of puts to 5MB. * Introduced a listener to sleep on create event in the receiver to slow down the sender. * Modified the addListenerToSleepOnCreate function signature to take region name as a parameter. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-1121 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/147.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 #147 ---- commit adc2161dcced23bf99abeefa48fe112774872eb3 Author: nabarun <n...@pivotal.io> Date: 2016-05-05T18:00:32Z GEODE-1121: Reduced the memory configurations in the overflow tests. * Reduced the sender's max memory to 1MB. * Reduced the amount of puts to 5MB. * Introduced a listener to sleep on create event in the receiver to slow down the sender. * Modified the addListenerToSleepOnCreate function signature to take region name as a parameter. ---- --- 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. ---