workflows icon indicating copy to clipboard operation
workflows copied to clipboard

investigate appropriate `disk_size`s

Open a-frantz opened this issue 1 year ago • 1 comments

a-frantz avatar Apr 13 '23 17:04 a-frantz

@adthrasher can you think of a decent way to test how much disk space each task uses? The difficult part is that many of our tasks clean up after themselves (a good thing), but that means we need to snapshot disk usage during runtime. A more complicated task than just running du after completion.

We could just run everything on the cloud with the current allocations and see what fails. That sounds the most straightforward, and will be "real-world" in that the host OS will be using some of the disk unlike on the cluster.

Does HPCF have any tools that would help here? I've always been under the impression their disk space tools have a hefty lag, so maybe not.

a-frantz avatar Nov 11 '23 17:11 a-frantz