Re: Question about memory usage of deployed service

2009-02-03 Thread Kevan Miller
On Feb 1, 2009, at 6:50 PM, Changdeok Kang wrote: I was just observing OS process memory usage by "top". Actually the next-day, the memory usage scores initial value. I think that the garbage collection is not executed at once. Am I right? Garbage collection is an asynchronous process an

Re: Question about memory usage of deployed service

2009-02-01 Thread Changdeok Kang
permgen utilization grow with each deploy/undeploy cycle. > > Clients would not cause a "copy" of a service to be generated. Clients > or client requests may cause additional heap memory to be consumed. > This is going to be application dependent. > > --keva

Re: Question about memory usage of deployed service

2009-01-30 Thread Kevan Miller
On Jan 29, 2009, at 2:52 AM, Changdeok Kang wrote: If I deploy a service in the geronimo, how they consume the memory? For many clients, do they make a copy of the service? If then, when does the garbage collection happen? The reason for asking is that it seems geronimo only gets memory and

Question about memory usage of deployed service

2009-01-28 Thread Changdeok Kang
://www.nabble.com/Question-about-memory-usage-of-deployed-service-tp21722279s134p21722279.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.