Re: Session timeout and memory
Re: Session timeout and memory
- Subject: Re: Session timeout and memory
- From: Chuck Hill <email@hidden>
- Date: Mon, 11 Sep 2006 09:26:41 -0700
In addition to garbage collection which has been mentioned, be
careful of what you are looking at. If additional memory is
allocated to the JVM process, it will not be returned to the
operating system until the JVM process terminates. In other words,
the total heap size will never decrease but free memory on the heap
will vary as objects are created and the garbage collector runs.
Chuck
On Sep 9, 2006, at 1:51 AM, Ute Hoffmann wrote:
Hallo,
I would expect that when a session times out that then the used
memory in this session is freed imediately... but I see in my
memory logging that that seems not to be the case. Any idea what I
need to start looking for? Or is this normal behaviour and the
memory will be there when it is needed?
Regrads,
Ute
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden