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

ghc: make disableLargeAddressSpace configurable #58547

Merged
merged 1 commit into from Mar 29, 2019

Conversation

luispedro
Copy link
Contributor

Motivation for this change

Even on Linux/NixOS, it can be useful to have a compiler without the large address space as it creates issues in some contexts (e.g., http://haskell.1045720.n5.nabble.com/Issues-with-the-large-address-space-allocator-and-HPC-systems-with-resource-limits-td5878939.html)

So, this PR makes the setting configurable.

Things done
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions

Even on Linux/NixOS, it can be useful to have a compiler without the
large address space as it creates issues in some contexts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants