-
Notifications
You must be signed in to change notification settings - Fork 75
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
mmap 131072 bytes at (nil): Cannot allocate memory #293
Comments
On MacOS, there is also an error, but it is very different:
|
The linked GHC issue has been closed, so I think this can be closed too? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting this error in Github Actions:
This has been reported to GHC as well: https://gitlab.haskell.org/ghc/ghc/-/issues/19421
This is easily reproducible from this commit: IntersectMBO/cardano-ledger@694a33f
The error can be seen here: https://github.com/input-output-hk/cardano-ledger-specs/runs/1958540147?check_suite_focus=true
It should be possible to reproduce it by forking the project and attempting to build this commit in Github Actions in the manner described by the
.github/workflows/haskell.yml
file.The text was updated successfully, but these errors were encountered: