[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Leak or not leak

Michael Neumann

10/29/2004 5:19:00 PM

Hi,

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

http://ntecs.de/blog-data/Blog/WeeMemUsageRub...

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


1 Answer

Michael Neumann

10/30/2004 1:33:00 PM

0

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/WeeMemUsageRub...
>
> 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.

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

Regards,

Michael