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

Question, crashes, x86, .net8 and largeaddressaware #1463

Open
podprad opened this issue Dec 7, 2024 · 0 comments
Open

Question, crashes, x86, .net8 and largeaddressaware #1463

podprad opened this issue Dec 7, 2024 · 0 comments

Comments

@podprad
Copy link

podprad commented Dec 7, 2024

I manually load coreclr 8.x.x in unmanaged x86 app compiled with largeaddressaware flag. So the process is able to use the memory above 0x80000000 (2GB).

In general, works fine, however...

Sometimes the app throws out of memory exception, for example when loading 50MB managed DLL. In such a situation VMMap shows that allocated pages occupy no more than 1.6GB. I assume I still have at least 1.0GB of free memory available, even if memory below 0x80000000 is fragmented. So why it throws?

Is there something that I am not aware of?

Best regards

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