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

Realm files are limited to 2GB on x64 Windows #7744

Closed
sync-by-unito bot opened this issue May 28, 2024 · 1 comment · Fixed by #7698
Closed

Realm files are limited to 2GB on x64 Windows #7744

sync-by-unito bot opened this issue May 28, 2024 · 1 comment · Fixed by #7698

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented May 28, 2024

We sometimes use off_t for file offsets, but on x64 Windows this is a 32-bit type due to it being a typedef for long and Windows being LLP64.

We also use size_t in a number of places where it's incorrect, but we don't care about any 32-bit size_t + 64-bit pointer platforms.

Copy link
Author

sync-by-unito bot commented May 28, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2142

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

Successfully merging a pull request may close this issue.

0 participants