I have a problem with Node.js and uploading files to server. For uploading files to server I use this plugin. When starting file upload to the server, Node.js process crashe
If your /tmp
mount on a linux filesystem is mounted as overflow (often sized at 1MB), this is likely due to you not specifying /tmp
as its own partition and your root filesystem filled up and /tmp
was remounted as a fallback.
To fix this after you’ve cleared space, just unmount the fallback and it should remount at its original point:
sudo umount overflow