Leak or not leak

Hi,

Ruby experts, does this memory usage look normal to you?

http://ntecs.de/blog-data/Blog/WeeMemUsageRubyCur50.png

It's ruby-current as of today, running an application with 50 threads,
and being heavily stressed over 10 minutes by 100_000 HTTP requests.
Furthermore I use continuations.

It slightly increases over time. GC fragmentation?
Okay, will run this for longer than 10 minutes this night.

Thanks!

Regards,

  Michael

After 14 hours... Ruby has stable memory consumption, with
continuations!

Regards,

  Michael

···

On Sat, Oct 30, 2004 at 02:19:00AM +0900, Michael Neumann wrote:

Hi,

Ruby experts, does this memory usage look normal to you?

http://ntecs.de/blog-data/Blog/WeeMemUsageRubyCur50.png

It's ruby-current as of today, running an application with 50 threads,
and being heavily stressed over 10 minutes by 100_000 HTTP requests.
Furthermore I use continuations.

It slightly increases over time. GC fragmentation?
Okay, will run this for longer than 10 minutes this night.