This is yet another article on how to determine Paged and Nonpaged pool limits. This method does not require internet access on the computer that we want to analyse.
I recently had a customer that experienced pool exhaustion on a failover cluster and this method helped to understand the effects of various changes (e.g. /3GB, PAE, more/less RAM) on the pool limits.
Steps
- Download Process Explorer.
- Create a folder e.g. <driveletter:>\symbols.
- Download the applicable symbols e.g. Windows Server 2003 with Service Pack 2 x86 retail symbols, all languages.
- Install the Symbols MSI or extract the files, depending on the installation source.
(Can be done on a non-prod computer) - Copy the symbols to <driveletter:>\symbols.
- Run ‘procexp’.
- Select Options > Configure Symbols.
- Type <driveletter:>\symbols in Symbols Path.
- Select View > System Information.
- Note the values for Paged, Paged Limit and Nonpaged, Nonpaged Limit.