1833680 Members
4858 Online
110062 Solutions
New Discussion

Re: can t find a process

 
K. Schuffenhauer
Occasional Contributor

can t find a process

I cannot allocate memory, but i also cannot
find a process which needs that memory.
This thing happens twice a week, usually
i reboot the machine to get rid off the processes.
How can i find the process which need the memory? Where do they
come from?
shit happens
6 REPLIES 6
CHRIS_ANORUO
Honored Contributor

Re: can t find a process

Try using glanceplus and program top.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
CHRIS_ANORUO
Honored Contributor

Re: can t find a process

Check your kernel parameters:
allocate_fs_swapmap=0
bufpages=0
nbuf=0
swapmem_on=1

Then you can find the processes by using GlancePlus or running program top.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Venu_2
Regular Advisor

Re: can t find a process

Hi,

Try using Glance , TOP and LSOF

regards

venu
CHRIS_ANORUO
Honored Contributor

Re: can t find a process

Sorry about all these replies, my link and browser where erratic. (Editor note: We've cleaned them all up so you shouldn't see duplicate responses from Chris.... ITRC Forums Administrator)

You can also check for lsof, the link is:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Rick Garland
Honored Contributor

Re: can t find a process

Look for hung processes. There could also be some shells hanging out there. If you are running a database, correlate the processes with the shells and see if there are any shells not doing anything. Well, they would be doing something - using up system resources.
augusto cossa
Frequent Advisor

Re: can t find a process

Hi,

try using glance and see the memory report maybe it's help otherwise try top and you will be able to see the memory allocated for runnable processes.

regards,
A Cossa