-
|
I found that the limit of how big an application can be is around 64000000 bytes. I reach this conclusion with the following code Why is this? |
Beta Was this translation helpful? Give feedback.
Answered by
IanSeyler
Jul 28, 2024
Replies: 1 comment 56 replies
-
Beta Was this translation helpful? Give feedback.
56 replies
Answer selected by
IanSeyler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



This is due to Pure64 not mapping all of the available system memory to
0xFFFF800000000000. I need to re-work how it parses the BIOS/UEFI memory maps. In the future you should see all of the available memory be mapped correctly.Keep an eye on the monitor output:
[mem: XX MiB]It's hardcoded to ~64MiB at the moment.