Skip to content

Windows: 32-bit rust executables are not marked as "large address aware" #17043

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

Closed
vadimcn opened this issue Sep 6, 2014 · 0 comments · Fixed by #17053
Closed

Windows: 32-bit rust executables are not marked as "large address aware" #17043

vadimcn opened this issue Sep 6, 2014 · 0 comments · Fixed by #17053
Labels
A-linkage Area: linking into static, shared libraries and binaries E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@vadimcn
Copy link
Contributor

vadimcn commented Sep 6, 2014

This causes them to be restricted to 2GB of address space, even though on 64-bit Windows they could have gotten full 4GB, had they been marked appropriately.

bors added a commit that referenced this issue Sep 8, 2014
…r,cmr

By default, 32-bit Windows executables are restricted to 2GiB of address
space even when running on 64-bit Windows when 4GiB is available.

Closes #17043
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants