View attachment 122184
Very strange page size... currently allocated 49,152MB (49GB); that's more than 3X physical memory.
A too large paging file causes windows a lot of overhead (page file maintenance) without any return value.
I always set a 'custom size' as it forces windows to create a permanent file rather than creating a new file every boot. (also pre-size so it's as contiguous as possible and prevents dynamic expand)
On your system, Windows is recommending a page file in the 3GB range (2,922 MB)... Typically no more than half the size of physical memory will be sufficient and rarely ever 1X memory size; if you need that type of cache you really need more memory.
For 16GB of memory in your system, I'd suggest you set a custom size page file no less than 4096MB and no more than 8192MB. What ever size you pick set the Initial size AND Maximum size as the same.
My virtual memory (paging file) config for a 16GB system with a C: drive SSD is a fixed page file of 5120MB...