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

Increase shared memory for government-frontend #757

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

unoduetre
Copy link
Contributor

@unoduetre unoduetre commented Jun 6, 2024

What

Too little shared memory causes some tests that use Selenium to fail when running locally in the development environment. This change fixes that. For consistency, the amount chosen (512MB) is the same amount as used by other applications for similar purpose.

Why

The problem was noticed when working on https://trello.com/c/IKHEtABq/p This change also allows for correct calculation of test coverage.

Too little shared memory causes some tests that use Selenium
to fail when running locally in the development environment.
This change fixes that.
@unoduetre unoduetre marked this pull request as ready for review June 6, 2024 11:28
@unoduetre unoduetre merged commit a396dd6 into main Jun 6, 2024
2 checks passed
@unoduetre unoduetre deleted the increase-shm-size-in-government-frontend branch June 6, 2024 12:32
@sengi
Copy link
Contributor

sengi commented Jun 6, 2024

Alternatively, you can solve this by disabling shm and as a bonus it'll use less ram and be more reliable. We do this in Smokey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants