Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa-tests: test Erigon on a 32GB memory machine (#12809)
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](https://github.com/erigontech/erigon/actions/runs/11939412573/job/33279879839) showed some difficulty holding the tip. It is not clear if this was a coincidence.
- Loading branch information