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.


What error message are you getting exactly? ;
General Out of memory errors, either Windows stating it directly by popup error or apps crashing or for example chrome killing a tab stating there is not enough memory
– PapeK24 Oct 02 '21 at 21:09It sounds more like a bad memory stick, or maybe even windows swapping to a disk that has bad sectors.;
How would I test for that? Why it does not happen on Linux?
– PapeK24 Oct 02 '21 at 21:10