Uploading large files to local storage causes Array buffer allocation failed #8538
Replies: 1 comment 1 reply
-
The issue you're experiencing with "Array buffer allocation failed" during the upload of large files is likely related to memory limitations during the hashing process. Hashing large files can indeed be resource-intensive, especially when dealing with files as large as 50GB. Currently, AlistGo/alist does not provide a built-in option to disable hashing for large files. However, there are a few potential workarounds you might consider:
If you would like, I can help you search for any existing issues or discussions related to this problem in the AlistGo/alist repository. Would you like me to do that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When uploading large files, I tend to get this error during what I assume to be the hashing phase.
With a 50GB file, the error occurs 100% of the time.
With a 10GB file, it occurs sometimes, especially when uploading multiple files at the same time.
Is there the option to disable hashing? I feel like hashing isn't workable with such big files.
Beta Was this translation helpful? Give feedback.
All reactions