I had this happen again today, so wasn't a one-off glitch. Fortunately it recovered again the next time I ran it. I suspect it MAY have been triggered by my app crashing with an unhandled exception (I didn't notice at the time that this same error message had popped up - I was more concerned with looking into the cause of the exception, and there were some reboots along the way, so that may or may not have been what fixed it).
.NET MAUI
I don’t know the answer but I can say that it is strange to have your paging files use a RAM disk. The whole point of a paging file is to be able to use more extend the amount of ram you have by utilizing a physical disk. What you’re telling the os to do is reserve a bunch of ram for a disk and then if you run low on ram just put some of the data over here in the ram it isn’t allowed to use. Then when it needs the data in the padding file it will have to swap ram pages from memory into the other area of memory and move the needed pages into the non disk memory. It’s very inefficient.
"The whole point of a paging file is to be able to use more extend the amount of ram" - when you have 32Gb of RAM, you don't need to extend it (and I demonstrably hadn't run out of RAM as per the log). What I find strange is apps that are using HDD caches when even off-the-shelf systems have 8Gb of RAM - we're not living in the days of 640k of memory anymore (all my caches are set to use the RAMdisk too). P.S. it's worth the effort because there's a visible improvement in performance.
I'm building up quite a collection of these (I only deleted the first one, and have noticed I've got a lot more now), so this is far from being a once-off thing. In other word,s still looking for any ideas about how to fix this