I am running approximately 140 applications on a server with 4 CPU's and 2GB
of memory in a prodcution environment.
The processes are started via DCOM in a seperate user account, thus creating
a new winstation in which to run. (This allows the processes to continue
to run when there is no-one logged onto the server.)
I have tweaked the SharedSection registry value to :
SharedSection= 1024,3072,2048
But i am still getting out of memory errors.
All of the processes are accessing and updating data (SQL Server 7.0). After
a period of about 2 to 3 weeks most of the processes running on the server
will stop responding with none or very little of them logging any errors
(no errors are ever found in the NT event log).
Performance monitor is indicating that the total amount of memory being used
by these processes is 460726272 (460 meg?).
My question's are:
1. Is the environment that these processes are in running out of memory?
2. How much memory is available when using the values set in the
SharedSection?
3. Help?
Any suggestions of other areas of possible liabilities would be appreciated.
of memory in a prodcution environment.
The processes are started via DCOM in a seperate user account, thus creating
a new winstation in which to run. (This allows the processes to continue
to run when there is no-one logged onto the server.)
I have tweaked the SharedSection registry value to :
SharedSection= 1024,3072,2048
But i am still getting out of memory errors.
All of the processes are accessing and updating data (SQL Server 7.0). After
a period of about 2 to 3 weeks most of the processes running on the server
will stop responding with none or very little of them logging any errors
(no errors are ever found in the NT event log).
Performance monitor is indicating that the total amount of memory being used
by these processes is 460726272 (460 meg?).
My question's are:
1. Is the environment that these processes are in running out of memory?
2. How much memory is available when using the values set in the
SharedSection?
3. Help?
Any suggestions of other areas of possible liabilities would be appreciated.