Posts Tagged ‘Maximum number of services’
2003 server - Thursday, February 28, 2008 3:00 - 0 Comments
Maximum number of services
How to see if you are hitting the limit for number of services on a server.
There’s no hard limit for the number of services running on a Windows Server 2003 machine. Instead, the number of services you can run is largely limited by the size of the heap. Once the heap gets exhausted, you may start to run into problems like services suddenly failing or services failing to start.
To see if your heap is being depleted by services, you can either check the event log or you can use Desktop Heap Monitor, which can be downloaded from the Microsoft Download Center at http://www.microsoft.com/downloads/details.aspx?FamilyID=5cfc9b74-97aa-4510-b4b9-b2dc98c8ed8b&DisplayLang=en.
Article written by MyComputerAid.com