Hi,
Firstly, I suggest that we could check for update to install latest security updates. This will update system OS build and system file. There may be different states for different system versions and software versions. So we‘d better make sure that the system and the software are up to date and compatible with each other.
Then some settings below could be checked. Because the issue may be related to page file.
You can modify PagedPollSize value at regedit to increase the size or PoolUsageMaximun to set a lower % were the memory manager start the trimming process earlier.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management.
PoolUsageMaximum (REG_DWORD) : value at which the Memory Manager starts trimming the pool. Default is 80, but you can set it to 60 or even 40.
PagedPoolSize (REG_DWORD) : setting the value to 0xFFFFFFFF allocates the maximum paged pool.
Also, you can uncheck "Automatically manage paging file size for all drivers" at virtual memory options and increase page file size.
https://www.online-tech-tips.com/computer-tips/how-to-optimize-the-paging-file-in-windows/
Hope this helps and please help to accept as Answer if the response is useful.
Best Regards,
Carl