Hello
Thank you for posting in Microsoft Community forum.
The event log you shared indicates that your VM is running out of virtual memory, which is likely causing the freezes. The programs listed are consuming the most virtual memory:
spoolsv.exe (the print spooler service) consumed 2049429504 bytes.
PrinterInstallerClient.exe consumed 1644208128 bytes.
ccSvcHst.exe (a component of Norton AntiVirus) consumed 490479616 bytes.
Here are a few suggestions to address this issue:
Increase the amount of virtual memory: You can do this by increasing the size of the paging file on your VM. This is essentially a space on your hard disk that Windows uses as if it were RAM.
Check for memory leaks in the listed programs: Sometimes, programs don’t release memory back to the system after they’re done using it, which can lead to low virtual memory. If possible, try updating these programs to the latest version, or if they’re not necessary, consider uninstalling them.
Find a Memory Leak - Windows drivers | Microsoft Learn
Add more physical memory (RAM) to your VM: If your VM is consistently running out of memory, it might be necessary to add more RAM.
Best Regards,
Wesley Li