All of lore.kernel.org
 help / color / mirror / Atom feed
* free memory usage
@ 2003-05-09 11:25 - Luis -
  2003-05-09 17:29 ` Scott Taylor
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: - Luis - @ 2003-05-09 11:25 UTC (permalink / raw)
  To: linux-admin

Hi everyone, 

I got a RH7.3 box which runs a java app, but i got the problem that the app 
didn't close the session with the server, so every day i got to reset the 
server to free the memory use by all the java sessions.  The first thing i 
try, was to use a bash script to kill all the java sessions, but i find out 
that the memory was still full, so the question is:

How can i free that memory without rebooting the server?

Thanks a lot 
-- 
Luis Valencia
------------------------
With a PC, I always felt limited
by the software available.
On Unix, I am limited only by my knowledge.
--Peter J. Schoenster



^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: free memory usage
@ 2003-05-10  3:39 jbrown105
  2003-05-10 11:15 ` Glynn Clements
  0 siblings, 1 reply; 10+ messages in thread
From: jbrown105 @ 2003-05-10  3:39 UTC (permalink / raw)
  To: unix; +Cc: linux-admin

On Fri, May 09, 2003 at 11:25:31AM +0000, - Luis - wrote:
> Hi everyone, 
> 
> I got a RH7.3 box which runs a java app, but i got the problem that the app 
> didn't close the session with the server, so every day i got to reset the 
> server to free the memory use by all the java sessions.  The first thing i 
> try, was to use a bash script to kill all the java sessions, but i find out 
> that the memory was still full, so the question is:
> 
> How can i free that memory without rebooting the server?
> 
> Thanks a lot 
> -- 
> Luis Valencia

If 'kill -SIGTERM' doesnt work, then 'kill -SIGKILL' should.

On getting a sigkill the app is required to quit and free all of its
memory (as well as close files etc).

> ------------------------
> With a PC, I always felt limited
> by the software available.
> On Unix, I am limited only by my knowledge.
> --Peter J. Schoenster
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
 /"\  ASCII ribbon              | http://www.geocities.com/jbrown1050/
 \ /  campain against           | Linux User:190064
  X   HTML in e-mail and        | Linux Machine:84163
 /*\  news, and unneeded MIME   | 
----------------------------------------------------------------------
You too can spend five years in prison; just distribute this program
once US Senator Hollings's CBDTPA bill is passed into law:
perl -e 'while(<>) { print;}'


-- 
http://www.fastmail.fm - Access your email from home and the web

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-05-10 11:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-09 11:25 free memory usage - Luis -
2003-05-09 17:29 ` Scott Taylor
2003-05-09 17:46 ` Mikel Bauer
2003-05-09 14:58   ` - Luis -
2003-05-09 21:29     ` Richard Nairn
2003-05-09 22:08     ` Mikel Bauer
2003-05-09 17:55 ` Glynn Clements
2003-05-09 12:10   ` - Luis -
  -- strict thread matches above, loose matches on Subject: below --
2003-05-10  3:39 jbrown105
2003-05-10 11:15 ` Glynn Clements

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.