nodetube icon indicating copy to clipboard operation
nodetube copied to clipboard

File uploads eating up RAM

Open BassOfBass opened this issue 4 years ago • 0 comments

As per discord post:

any time someone tries to upload a video over 1GB (or so) my nodetube instance the vps freezes then the process dies ...yea it ran out of memory, i see

Haven't looked at the code, but my assumption uploading doesn't utilize node streams and thus videos are stored in memory until the file reading/writing is complete.

BassOfBass avatar Feb 09 '21 05:02 BassOfBass