Este post explica praticamente tudo que é relevante para o seu problema, incluindo várias soluções:
Citações relevantes do post:
[...]
What is the MmSt pool tag?
The MmSt pool tag is used by the Memory Manager when reserving memory for section prototype PTEs. A prototype PTE is a structure that maps the physical location of a page or set of pages to a memory mapped file. [...]
[...]
Most Common Root Causes for high MmSt pool usage
- The Memory Manager cannot trim paged pool memory quickly enough before allocations start failing
- Heavy file I/O because too many files or large files are opened simultaneously
- Outlook .PST/Lotus Notes .NSF > files being stored on the server and opened over the network
- (Volume Shadow Copy) snapshots aren’t dismounting
- Large $MFT due to fragmentation or many files on the volumeVSS
[...]
Troubleshooting Steps and Resolutions
[...]
- Adjust Maximum Paged Pool Memory and Trimming
- [...]
- PoolUsageMaximum from KB312362 can safely be set to a decimal value of 40 which will cause trimming to start when paged pool reaches 40% of the maximum limit
- PagedPoolSize should be set to 0xFFFFFFFF to ensure the system reserves as much paged pool memory as possible
- [...]
[...]
Esses valores de registro estão localizados em HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Gerenciador de sessão \ Gerenciamento de memória de acordo com link (também vinculado a partir do post).
Eu recomendo ler o post inteiro para mais detalhes. Para uma introdução mais geral ao pool paginado, blogs.technet.com/b/markrussinovich/archive/2009/03/26/3211216.aspx vale a pena ler também (não é um link, porque SO não acha que eu sou digno o suficiente para postar mais de 2 links ainda ...).