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

Do not preload files when the file size is too large (>1.9GB). #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zyqhnu
Copy link

@zyqhnu zyqhnu commented Dec 14, 2023

When the file size is larger than 1.9 GB, the file will not be preloaded even if preload_into_memory = true. Closes #67

@zyqhnu zyqhnu force-pushed the master branch 6 times, most recently from c721cd0 to f9031c6 Compare December 15, 2023 08:33
@zyqhnu zyqhnu changed the title Do not preload files when the file size is too large (>1.9GB). Do not preload files when the file size is too large (>1.9GB). #67 Dec 22, 2023
@zyqhnu zyqhnu changed the title Do not preload files when the file size is too large (>1.9GB). #67 Do not preload files when the file size is too large (>1.9GB). Dec 22, 2023
@zyqhnu zyqhnu changed the title Do not preload files when the file size is too large (>1.9GB). Do not preload files when the file size is too large (>1.9GB). (Closes #67) Dec 22, 2023
@zyqhnu zyqhnu changed the title Do not preload files when the file size is too large (>1.9GB). (Closes #67) Do not preload files when the file size is too large (>1.9GB). Dec 22, 2023
@zyqhnu zyqhnu closed this Dec 22, 2023
@zyqhnu zyqhnu reopened this Dec 22, 2023
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 this pull request may close these issues.

Reading Error: All zeros when reading huge ply file (>2GB on Windows, >2.48GB on Ubuntu)
1 participant