Writing files to a disk increases RAM usage
I have a simple program that lets the user send the video. It downloads it and saves to the disk. Now, when it does that, the memory usage goes up as well. It doesn't matter whether I write it on the volume, or not. Even deleting files afterwards within the program doesn't free up the memory. Running same program locally doesn't cause this problem.
Why does this happen and how can I prevent it?
Solution:Jump to solution
ive experienced the same before as well, every time it was my own fault as i was unknowingly doing an in memory buffer.
this isnt any fault of railways...
6 Replies
Project ID:
9cdabffc-3b4a-4339-a9a4-0d9b5184ec56
9cdabffc-3b4a-4339-a9a4-0d9b5184ec56
I have the same problem
Solution
ive experienced the same before as well, every time it was my own fault as i was unknowingly doing an in memory buffer.
this isnt any fault of railways
But why does this not occur locally?
seems like your code is behaving differently on a different platform