We run our Metashape processing pipeline in AWS cloud and we use instances - g4dn.4xlarge, g4dn.8xlarge, g4dn.16xlarge.
It looks that script does not use the resources efficiently...
E.g. instance with 16xlarge is double that powerful than 8xlarge, but the difference in processing time is 1 hour.
We found out these differences recently, because we started to work with some huge datasets, where computation times are very long.
Do you have some hints when it comes to optimisation of performance? Are we missing something?
Thanks