-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot save large files. #49
Comments
This is a fun problem. My machine can't even even create an array that big in memory. I'm surprised that you're seeing this, though.
|
I apologize for the delay in replying. The supercomputer I am currently using is undergoing maintenance, so it is difficult to answer the above questions. features.input_c.is_standard_layout()-> true version I use
|
Okay, for
Basically, this consists of checking the layout of the array (which for So, I think it's unlikely that this is a bug in |
Out of curiosity, have you been able to diagnose the issue? Another tool which may be useful is Heaptrack. |
Thank you for providing us with a great crate. I looked here and there to try to save a file in .npy format using ndarray-npy. So I tried to save a file of about 70 GB and got this error.
error
code
Based on the line the error occurs, I think there is a possibility that more memory is being used when saving the file. Are there any other memory efficient functions other than the one I used?
The text was updated successfully, but these errors were encountered: