We are using ClusterODM on a modest cluster (6 nodes). The head node runs only ClusterODM and connects to NodeODM running on the other 5 compute nodes. Currently, the compute nodes slowly accumulate data as they process assemblies. I would prefer that these nodes do not store persistent data, as they have reletively small HDDs. All our assemblies seem to be stored correctly by WebODM, so the data on the compute nodes is not important at all. Any ideas?
1 Like
You can set a shorter --cleanup_tasks_after
value when starting your nodes: NodeODM/config.js at master · OpenDroneMap/NodeODM · GitHub
Set it to a reasonable value > 0, setting it to zero will not give WebODM time to download the results.
3 Likes
Thank you! I must have missed this option, this is exactly what I need.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.