-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix #24200 #24258
Conversation
We could instead set |
d8aa973
to
2f1b78e
Compare
I don't understand why @matthewbauer switched to container based infrastructure in 95b28da, but it did decrease ram significantly. Maybe that should be noted as a comment. |
travis docs about this: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments |
2f1b78e
to
67c44de
Compare
@domenkozar, added this:
|
Line |
Citing @edolstra wrt memory usage here: NixOS/nix#421 (comment)
|
> `GC_INITIAL_HEAP_SIZE=128k nix-env -qa`
May help with `-qa`, but `eval-release.nix` wants >4GiB virtual address
space even with this option set.
> `echo 1 > /proc/sys/vm/overcommit_memory`
Which requires root anyway, right?
|
It seems to work again:
|
Motivation for this change
#24200