-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi. First, thanks for this great service and tool, that's a real promising service.
I'm facing a problem with this app when uploading a large file.
I'm running under Debian 12.11 and node 24.6.0.
I have a file which is 16GB large and when I upload it, I can see my RAM memory usage increasing until the app gets killed as out of memory.
My system is a standard x64 CPU with 15GB or RAM. I disabled the swap management for different reasons.
The "internxt upload file" command is using more and more memory during the upload process (more than 6 GB of RAM) before being killed.
It's like the app is not using streamed data to encrypt and send it to the cloud and needs to have a full 16GB space in ram to fully encrypt it and send it to the cloud.
Can you confirm how this can be improved ? Do you need additional information / test to be done in my side ?
Thanks.