Can a RootFS be reduced in size?

I doubt this would be all of that 200mb. The RootFS size is mostly based on the size of the built Docker image from my understanding. There’s some details at We are going to start collecting charges for Stopped Machines RootFS starting April 25th.

Probably one of the easiest ways to decrease the RootFS size would be to switch to a different base image like alpine if you haven’t already and use multi-stage builds.

1 Like