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

[couchbase] Explicitly configure service quotas (and allow customizat… #4802

Merged
merged 1 commit into from
Jan 4, 2022

Commits on Dec 28, 2021

  1. [couchbase] Explicitly configure service quotas (and allow customizat…

    …ion).
    
    This changeset explicitly configures the service memory quotas to their
    documented limits by default. This ensures that if a service is enabled,
    it does not consume more memory than absolutely needed. This is important
    because some services (like analytics) try to grab memory available which
    is good for production but of limited use in a testcontainers setting.
    
    A new API is also added which allows to customize the memory quota for
    each service should the test case require more than the minimum (which
    for most services is 256MB anyways).
    daschl committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    5fc3a72 View commit details
    Browse the repository at this point in the history