TotallyGatsby / DroneYard

AWS Batch based automation for OpenDroneMap.
GNU General Public License v3.0
14 stars 3 forks source link

Increase Job storage Size #3

Closed tomyitav closed 9 months ago

tomyitav commented 1 year ago

Hi, thanks for putting up this great project!

When parsing a large capture, I encountered the following error: Attempt to create new tiff file '/code/opensfm/undistorted/images/M102_DJI_0427.JPG.tif' failed: No space left on device

How should I configure the Job / Instance storage?

TotallyGatsby commented 1 year ago

I've been using instances with a large amount of instance storage. I use an r6gd.4xlarge instance for mine, as I'm usually processing about 15-20GB of input images when I run my tasks.

Hypothetically, it would be possible to spin up EBS and mount it to the instance, but I haven't invested in that effort yet.