Workstation crash during pre-deployment

It seems the firebase deploy process is consuming too much memory and crashing the cloud development environment. See screenshot below…

Did anyone have similar situation, where can I track the cause?

Thanks

Try to stop your development server before building or deploying.

Check your available hard drive space too.

Hi @DoctorDev2023

Thanks for reply, it happened after deploying, I can only restart the server. But wondering where can I find the cause/logs?

you mean my local hard drive space? How much will a cloud server use my local hard drive?

@Sam_Lizen the message you see appears when the VM spins down and disconnects from the browser. This will happen if your session goes inactive for a period of time. Refreshing the browser tab will start up the workspace again and reconnect your browser.

Adding a personal report that I have had my VM crash and require a manual restart multiple times by running pnpm build while pnpm dev was still running.

Thanks for reply.

FYR, Refreshing the browser tab will run into an endless circling, must “restart” to get it works again.