Computing Staff
  • 0

Can’t Set SessionPoolSize

  • 0

We have the problem of freezing screens.

I add the following registry to register.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
“SessionPoolSize”=dword:00000020
But after a restart of the server and check it with the command !vm 4 in windbg, it still says it is 16MB. Do i something wrong?

I have a Windows Server 2003 standard edition 32bit with 4GB on memory.

Share

1 Answer

  1. You are setting a value that is too small and the system is using the default value.
    Check this article for more information:
    http://support.microsoft.com/kb/840342

    • 0