nodetube
nodetube copied to clipboard
File uploads eating up RAM
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.