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

Disable "Prefer 32-bit" on executables #23

Open
ChlorideCull opened this issue Aug 28, 2021 · 0 comments
Open

Disable "Prefer 32-bit" on executables #23

ChlorideCull opened this issue Aug 28, 2021 · 0 comments

Comments

@ChlorideCull
Copy link

Some things make SaintCoinach.Cmd.exe try to use more than 4 GB of RAM, which fails as it's configured for AnyCPU and "Prefer 32-bit", which makes it run in 32-bit mode even on 64-bit machines.

It works as expected when clearing the flag manually using corflags /32BITPREF- .\SaintCoinach.Cmd.exe, so it should just be a matter of unchecking the "Prefer 32-bit" box in the properties on the projects.

As a bonus, the whole thing gets a bit quicker as the JIT can use 64-bit exclusive extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant