Difference between revisions of "Recommended Registry Changes"

(Created page with "These registry changes adjust the memory available for desktop heaps created by non-interactive services. This resolves start errors that may happen on some servers a few days...")
 
Line 1: Line 1:
 
These registry changes adjust the memory available for desktop heaps created by non-interactive services. This resolves start errors that may happen on some servers a few days after a reboot..
 
These registry changes adjust the memory available for desktop heaps created by non-interactive services. This resolves start errors that may happen on some servers a few days after a reboot..
  
===Windows 2008/2012/2016/2019===
+
===Windows 2008/2012/2016/2019/2022===
  
 
Open the Registry (regedit.exe) and go to:
 
Open the Registry (regedit.exe) and go to:

Revision as of 08:45, 5 September 2022

These registry changes adjust the memory available for desktop heaps created by non-interactive services. This resolves start errors that may happen on some servers a few days after a reboot..

Windows 2008/2012/2016/2019/2022

Open the Registry (regedit.exe) and go to:

My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

And adjust two keys:

SessionPoolSize (this is 4 by default, put it to be 10 - remember, 10 as hexadecimal)
SessionViewSize (this is 30 by default, put it to 80 - again, hexadecimal)

Go to:

My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems

Double-click on the Windows key. What is important (and the only thing that gets changed for that matter) is

SharedSection=1024,20480,2048

Close the registry and reboot the server for changes to take affect.

Retrieved from "https://help.tcadmin.com/index.php?title=Recommended_Registry_Changes&oldid=2494"