How to Increase None-Paged-Pool limit ??

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

holee

New Member
Jan 8, 2023
8
0
1
Referring to the post on the link below, the size of NonePagedPool cannot exceed 128GB no matter how many RAMs are added to 1TB or more.

Pushing the Limits of Windows: Paged and Nonpaged Pool

I am currently developing a program using a technology called RDMA, and in order to register memory in RDMA, I must register in the NonePagedPool area 1TB.

In a Linux environment, you can lift restrictions in the following ways

4.2. 사용자가 시스템에서 고정할 수 있는 메모리 양 증가 Red Hat Enterprise Linux 9 | Red Hat Customer Portal

Let me know if there is a way to declare the size of a similar, NonePagedPool above 128GB in Windows