I am having an issue that my programs crash often with out-of-memory errors.
My memory spec: 32GB total RAM 64GB starting page file 128GB max page file
With these huge values, I still get out of memory errors and my programs are often crashing while running just a few tabs in Chrome for example. Could this be related to somehow messing up while installing GRUB and/or general dual boot usage or some Windows corruption? My Linux runs just fine.
UPDATE:
After while running idle my virtual memory usage actually spikes to more than 50 GB.
after running query suggested here: https://superuser.com/a/1373217/882391
Get-Process | Sort PagedMemorySize-Desc | Select Name, PagedMemorySize, VirtualMemorySize -First 10
Output is all instances of svchost suggesting issue is indeed with the operating system or some kind of virus. Will keep this updated.

