Link to home
Start Free TrialLog in
Avatar of mrlevesque
mrlevesque

asked on

Running low on System Resources

Greetings,
I have been struggeling with a problem on a Windows 2003 SP2 server. It is running HCLL Blood Bank and Oracle for Windows. The system is configured with 2GB of RAM.

About every two weeks I have to reboot the server because of running low on system resouces. I believe the problem is eveident in that the Paged Kernel Memeory has reached 323748K. When this happens I get two consistently repeating errors in the event logs:

System Log: EventID 333
An I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry.

Application Log: COM+  EventID 4689
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Failed to add Subscription due to Store error.
Server Application ID: {187E5992-2B5C-4961-BED7-6D2B7DD12ABE}
Server Application Instance ID:
{E4300FC7-82B0-48FE-86C2-FFFE1A616E55}
Server Application Name: Hemocare LifeLine
Error Code = 0x800705aa : Insufficient system resources exist to complete the requested service.
COM+ Services Internals Information:
File: d:\nt\com\complus\src\comsvcs\events\evregistrar.cpp, Line: 323
Comsvcs.dll file version: ENU 2001.12.4720.3959 shp

The Application Vendor wants me to reboot the server once a week. But this is a band-aid. I think the problem is a memory link in their application, but I can't be sure. Have any of you seen this problem before? I have tried to find the GUI to raise the Registry Size Limit but it is not under Advanced System Properties (where the help sites on the web say it should be).

Thanks

ASKER CERTIFIED SOLUTION
Avatar of santhoshu
santhoshu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dan_blagut
Hi
Instead of rebooting your server maybe you can find a way to restart only the affected aplication/service.
If you can do that you need to write a bat that restart the service and schedule that script to run each week (on saturday maybe).
But for that you need to analyse what process eat your memory. (I implemented once a thing like this for an Bitdefender for exchange service that forget to freeup the memory)

Dan
Avatar of mrlevesque
mrlevesque

ASKER

Thank-you.