Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default filter cache to 10% and circuit breaker to 60% #5990

Closed

Commits on Apr 29, 2014

  1. Change default filter cache to 10% and circuit breaker to 60%

    The defaults we have today in our data intensive memory structures don't properly add up to properly protected from potential OOM.
    The circuit breaker, today at 80%, aims at protecting from extensive field data loading. The default threshold today is too permissive and can still cause OOMs.
     The filter cache today is at 20%, and its too high when adding it to other limits we have, reduce it to 10%, which is still a big enough portion of the heap, yet provides improved safety measure.
    kimchy committed Apr 29, 2014
    Copy the full SHA
    35d5c28 View commit details
    Browse the repository at this point in the history