Description
Hey there,
Since using axiom, though not directly related to ax itself, there's one issue I consistently ended up facing - My storage getting ramped up way too quickly!
There have been multiple instances where I lost my Controller VPS because I ran out of space mid Scans 🤡
Surely enough the main reason being me not able to realize both:
- the speed at which the distributed scans might run
- as well as the extent to which the data might be fetched/generated
I use Ax on a DigitalOcean VPS. With DO droplets, you get pretty limited storage even if you go with a costlier Droplet. I think it's the same for other providers but I'm not sure about that.
Comparatively, attaching a mounted Volume is significantly cheaper.
Hence, using mounted storage as the ax installation makes much more sense:
- More Storage, Cheaper
- Better FailSafe - Even if something fails/crashes or the storage gets filled up unexpectedly, the Droplet stays unaffected
So if I didn't miss it somehow, we don't have any option to choose an installation location for axiom as of now. I have installed it on my mounted storage but had to make changes to quite a lot of files and it's a bit of a hassle.
I think an option to choose the Installation Location by default would make ax much more reliable 😄
Kind Regards