When running ngless, files are accumulated in the temporary directory until the entire computation is complete at which point they are deleted from disk.
With sufficiently large scripts (or large inputs) it's easy to run out of storage in this location.
Can we implement some kind of garbage collecting solution that removes files from --temporary-directory once no additional computation depends on them?
When running ngless, files are accumulated in the temporary directory until the entire computation is complete at which point they are deleted from disk.
With sufficiently large scripts (or large inputs) it's easy to run out of storage in this location.
Can we implement some kind of garbage collecting solution that removes files from
--temporary-directoryonce no additional computation depends on them?