How to solve root filesystem 100% on elastic beanstalk?

Hi,

I have drone setup on an elastic beanstalk and it works great for a while until the disk space is full.

I found another topic discussing this, but the link added in there about vfs sends me to a 404 page.

Just wondering what’s the best way to avoid reaching full disk space when we set up the drone community edition on elastic beanstalk.

Thanks,

Here is an archive of the article:
https://0-8-0.docs.drone.io/error-no-space-left-on-device/

If disk space is full one root cause is the docker plugin using vfs (are you using the docker plugin, and does the output indicate that vfs is being used?). Or more likely, the root cause is your host-machine docker cache is filling up with resources. The above article discusses both of these possible issues and how you can handle them.