Does ReFS do any kind of automated tasks (reindex, consistency check, something like that) and if so, what/where/when?
I have a Server 2019 system that locks up every Saturday at midnight due to ReFS-related processes taking up something like half the physical memory via the non-paged memory pool (i.e. the pool usage increases massively and most of the high-usage pool tags are directly connected to refs.sys when I analyze the memory dump). The rest is taken up by the "metafile" (as seen by RAMMap) - I assume it's also ReFS related but haven't found a way to know for sure yet. Between them physical memory usage runs up to 99/100% and after a short time the OS locks up.
Since the issue only occurs once a week at the same time every week, it seems likely that some kind of scheduled weekly task is running. However, I cannot find any such task in Task Scheduler, and thus I wondered if it was an inbuilt (i.e. unrelated to Task Scheduler) ReFS task.
Thanks!