Open fryorcraken opened 3 months ago
No issue when using the provided rpm package.
No issue when using the provided rpm package.
Interesting.
One other person had reported a similar issue earlier. They were also on Fedora (Fedora 39 VM on Qubes OS). However, they said they also faced the issue with the rpm. It was happening when the app was trying to upload 4 x 700 MB videos in parallel.
I've summarized the gist, but here is the link to the full Discord thread - https://discord.com/channels/948937918347608085/1253299055472410645
I don't have a solution for now since we've been unable to reproduce this unfortunately, we've tried with parallel uploads of multi GB videos too. I don't see how a priori why large video uploads would be problematic - the app chunks the video uploads - but likely I'm not able to connect the dots yet.
For reference, the V8 heap is limited to a maximum size of 4GB (https://www.electronjs.org/blog/v8-memory-cage). It should be fine with my current understanding because the app doesn't load the entire video in memory, if everything is working properly the entire read-from-disk + encryption + upload should be happening streaming.
Please note that I am not uploading anything from my desktop instance. I have uploaded ~3.5GB of data from my android phone (including some videos). This was my first install on desktop to simply access the pictures.
Thank you, that is good info. This clarifies that it is not the large file upload that is causing the Fedora OOMs, the issue is something else.
Description
Downloads AppImage
Version
1.7.2
What product are you using?
Ente Photos
What platform are you using?
Desktop - Linux