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

qa-tests: test Erigon on a 32GB memory machine #12809

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mriccobene
Copy link
Member

@mriccobene mriccobene commented Nov 20, 2024

This PR modifies the tip-tracking test to test Erigon on the chain tip by limiting the ram usage to 32gb (previously 64gb).

The ram limitation was obtained via cgroups:

cgcreate -a runner_user:runner_user -g memory:constrained_res_32G -t runner_user:runner_user
cgset -r memory.max=32G constrained_res_32G
cgset -r memory.swap.max=max constrained_res_32G

One run showed some difficulty holding the tip. It is not clear if this was a coincidence.

@mriccobene mriccobene marked this pull request as draft November 20, 2024 16:37
@mriccobene mriccobene marked this pull request as ready for review November 21, 2024 08:41
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.

1 participant