Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add some swap to avoid memory fragmentation (#10387)
This should hopefully fix failing builds like https://github.com/near/nearcore/actions/runs/7410527434/job/20163048488 My guess is this issue is not actually OOM, but memory fragmentation, because AFAIR larger github runners don’t have any swap. Adding just a bit of swap would thus likely solve the issue, but we have 1.2T of disk space, so we may as well add quite a bit so that linux can do whatever it wants to be faster. Part of near/near-one-project-tracking#9
- Loading branch information