How to buy RAM. fly-builder ran out of memory and crashed

Hello everybody,

I am trying to deploy text-generation-webui but unfortunately I get an error and an email that I should scale up my ram. How should I do it properly? fly scale memory 8192 -a fly-builder-white-frog-6592 doesn’t work with error Error: No active machines in process group 'app', check fly status output. Is it only possible to scale a machine while some app is running?

At the moment, I don’t believe there’s a way to specify the default size for a remote builder. But you can upgrade a builder by running fly machine update <MACHINE_ID> --vm-memory <AMOUNT>. To get the Machine ID of the remote builder, run fly machine list -a <REMOTE_BUILDER_APP_NAME>.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.