You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log gets full of this error when the VMs end their execution. This seems unrelated to the problems of getting the VMs run on QEMU.
This happens probably when delete_area() gets called. Should our caches be temporary caches?
Why are pages written to disk when an area is deleted?
The text was updated successfully, but these errors were encountered:
This happens if the areas are memory-mapped files on disk with changes set to write back. (It also may happen in the case of swap usage, but I think you should have everything locked into memory for the VM so that shouldn't matter?)
The log gets full of this error when the VMs end their execution. This seems unrelated to the problems of getting the VMs run on QEMU.
This happens probably when delete_area() gets called. Should our caches be temporary caches?
Why are pages written to disk when an area is deleted?
The text was updated successfully, but these errors were encountered: