SrvCtrl eats my memory day by day
SrvCtrl eats my memory day by day
(OP)
hi all
my problem is simple:
- i have WINNT server for ORACLE 8i database only. it is part of a control system of the Steel Plant. it has no other custom services/application running.
after each restart of the server, the SrvCtrl occupies only few hundred KB, but day after day it starts to eat the memory. i record that increment of memory usage as around 3-7 MB per Day. now for example it is 60 MB of (Mem Usage).
this means that i have to restart the server each 5-6 days ( not acceptable ) specially it is an online control system.
Please could some one help me.
my problem is simple:
- i have WINNT server for ORACLE 8i database only. it is part of a control system of the Steel Plant. it has no other custom services/application running.
after each restart of the server, the SrvCtrl occupies only few hundred KB, but day after day it starts to eat the memory. i record that increment of memory usage as around 3-7 MB per Day. now for example it is 60 MB of (Mem Usage).
this means that i have to restart the server each 5-6 days ( not acceptable ) specially it is an online control system.
Please could some one help me.





RE: SrvCtrl eats my memory day by day
RE: SrvCtrl eats my memory day by day
RE: SrvCtrl eats my memory day by day
If it's a commercial program then speak to the suppliers as it appears to have a memory leak.
If it's your own then check out xwb's suggestion. Any Objects (such as Data connections) need to be closed and set to Nothing after each use. The method will depend on the language you're using
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
Steam Engine enthusiasts: www.essexsteam.co.uk
RE: SrvCtrl eats my memory day by day
no other programs or control application are running.
RE: SrvCtrl eats my memory day by day
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
Steam Engine enthusiasts: www.essexsteam.co.uk
RE: SrvCtrl eats my memory day by day
is that you mean by front-end program?
RE: SrvCtrl eats my memory day by day
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
Steam Engine enthusiasts: www.essexsteam.co.uk
RE: SrvCtrl eats my memory day by day
by the way, what is service for?
RE: SrvCtrl eats my memory day by day
http://forums.techguy.org/history/t-391347.html
htt
TTFN
RE: SrvCtrl eats my memory day by day
what do you think?! instead of saying what i know, try to find an answer, if you don't have any, don't volunteer to spread out usless news, i am not plying,i am not in casino, i have a serious problem need to be solved.
that is enought for now
RE: SrvCtrl eats my memory day by day
Since you have a problem with the Oracle software, why have you not contacted their tech support?
TTFN
RE: SrvCtrl eats my memory day by day
sorry if i was aggressive.
RE: SrvCtrl eats my memory day by day
Have you tried to turn it off?
TTFN
RE: SrvCtrl eats my memory day by day
i don't think it is a good idea to turn it off.
RE: SrvCtrl eats my memory day by day
Plus, there are TONS of services that Microsoft turns one that are mostly useless. Even the DNS client can be turned off with nary an ill effect.
TTFN
RE: SrvCtrl eats my memory day by day
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
Steam Engine enthusiasts: www.essexsteam.co.uk
RE: SrvCtrl eats my memory day by day
it is executable file to manage some thing.
i stopped that file (End Task)..... goooood thing, nothing happened ........ i will monitor the system again to see which program need to run that file.
thank you all for your valubale advices specially IRStuff