I am developing a Windows app, but I have a question because the non-paging pool limit is too small compared to the specifications in use..
Looking at the post on the link below, the size of the non-paging pool limit is about 75% of the actual RAM, and the maximum seems to be 128GB.
The PC I'm trying to use is 360GB RAM and Windows 10.
Then, since the size of the non-paging full limit is 360GB * 0.75 is larger than 128GB, shouldn't it be decided as 128GB??
But strangely enough, if you look at Process Explorer, it's only about 16GB.
There is an operation to attach a connection while occupying a non-paging pool, so when I do this, the HRESULT return continues to show INSUFFICIENT_WINDOW_RESOURCE..
Why isn't it set to a limit of 128GB??
How to Non-Paging Pool Limit to 128GB