I’m currently using a Reserved VM(Dedicated 1 vCPU / 4 GiB RAM) on my Core plan.
My app downloads lengthy videos in order to use ffmpeg to process them on the server. I ran diagnostics on the app’s production server and found that there’s only 3GB of disk space available. The issue is that as soon as a very large video file lands or there is concurrent usage of ffmpeg (requiring video downloads), I run into ENOSPC (running out of disk space) errors and can’t full fill user needs.
Anyone know if I can get a VM with more disk space on Replit?
I have a bug specific to my account where I don’t see a “Resources Usage” option under the “Manage” tab so can’t take a look at that. Replit Engineering is taking a look at it. I do have the option to change the VM config for more vCPU & RAM, but I found that they all have the same limited disk space issue.
Based on what Replit Support said, all VMs (across all plans) have the same 10GB of disk space. In my case only 3GB of that is usable for /tmp. I brought up the disk limitation with Amjad & Ertan on X and they’re taking a look at it, so fingers crossed.