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

Docker default settings improvements #5868

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 9, 2024

  1. Increase shared memory to 512MB

    Prior to this change, we were seeing some crashes running feature specs
    after exceeding the 256MB shared memory limit.
    
    Co-authored-by: An Stewart <andrew@super.gd>
    nvandoorn and stewart committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    eacfa05 View commit details
    Browse the repository at this point in the history
  2. Update default Rails version in Docker config

    There is an incompatibility between our test suite and Rails versions `<
    7.1.0`, so we provide `7.1.0` as the new default version.
    
    Co-authored-by: An Stewart <andrew@super.gd>
    nvandoorn and stewart committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    403721a View commit details
    Browse the repository at this point in the history