chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] clueless about memory consumtion


From: F. Wittenberger
Subject: Re: [Chicken-users] clueless about memory consumtion
Date: Wed, 07 Jul 2010 17:44:48 +0200

Thanks a lot Felix!

Am Mittwoch, den 07.07.2010, 14:31 +0200 schrieb Felix: 
> From: Jörg "F. Wittenberger" <address@hidden>
> Subject: [Chicken-users] clueless about memory consumtion
> Date: Mon, 05 Jul 2010 21:09:44 +0200
> 
> I have added a procedure for dumping the object-counts in the
> heap (see "experimental" branch), called `##sys#dump-heap-state'. 
> You can download a snapshot of the repository here:
> 
> http://chicken.wiki.br/cgi-bin/gitweb/gitweb.cgi?p=chicken-core.git;a=snapshot;h=906be45f6aa7d89de1e03bdf127dd86cf7b1ae98;sf=tgz

Will try that next.

So far I found that the nursery size stays constant
using your last post:

Am Dienstag, den 06.07.2010, 15:51 +0200 schrieb Felix:

> (##sys#memory-info) returns a vector containing the current heap- and
> nursery sizes.

The first value grows, the second is constantly 131072.

At this time I see
Wed, 07 Jul 2010 14:55:55 Z (##sys#memory-info) : #(33732040 131072)
Wed, 07 Jul 2010 15:07:37 Z (##sys#memory-info) : #(67681160 131072)
while "top" shows
VIRT  RES  SHR
126m  74m 8420
Wed, 07 Jul 2010 15:36:36 Z (##sys#memory-info) : #(135473634 131072)
191m 138m 8420



reply via email to

[Prev in Thread] Current Thread [Next in Thread]