Operating System - HP-UX
1834771 Members
3052 Online
110070 Solutions
New Discussion

Re: Application using memory?

 
Ronelle van Niekerk
Regular Advisor

Application using memory?

I upgraded a server from 11.00 to 11i over the weekend that has fallen over twice since.

I've done some investigating and have found that when 2 of the in-house applications are started, top shows the free memory fall from 35000 to 15000 and then it slowly but surely gets lower and lower until (I think) the KEON security application craps itself and I can't connect to the box anymore.

This server is virtually identical to another server I upgraded the weekend before (aside from hostname, ip address and location) and the other server is doing fine.

I don't know what's going on.
Any ideas?
rm -r /it/managers
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: Application using memory?

Check your kernel parameters.

If the 2 boxes do similar work, compare the configurable kernel parameters and see what's different.

Ronelle van Niekerk
Regular Advisor

Re: Application using memory?

Part of the upgrade was changing the kernel parametres so they've both been changed to the same values.
rm -r /it/managers
T G Manikandan
Honored Contributor

Re: Application using memory?

you can compare the patch bundles on both the machines
compare the kernel parameters.

Just do a
#UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more

find out which processes consume more amount of memory.
Ronelle van Niekerk
Regular Advisor

Re: Application using memory?

Patch bundles are also exactly the same - both having justbeen upgraded.

Did a #UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more earlier and the results are weird.
On the server that is working, the specific processes that the application starts are using more memory than on the "broken" server.
rm -r /it/managers
T G Manikandan
Honored Contributor

Re: Application using memory?

Are they identical servers?
What applications are hosted?is there any variation in the application 32/64 bit
Ronelle van Niekerk
Regular Advisor

Re: Application using memory?

They are 99% identical:
Same hardware, same applications - even the same volume group and lvol setup.
As I said, the only real difference is the localtion, hostname and IP address - other than that they are interchangeable.

After playing around - stopping and starting the applications a few times yesterday, the memory seems to be stabilised and the apps are running fine.
rm -r /it/managers