[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Satoshi Ogasawara <ogasawara@i...> |
| Subject: | Re: Event.channel memory leak? |
On 2010/03/02, at 5:34, ygrek wrote: > On Mon, 1 Mar 2010 17:04:31 +0900 > Satoshi Ogasawara <ogasawara@itpl.co.jp> wrote: >> But, the next code makes increasing of memory use rapidly in my environment. >> (version 3.11.2 on MacOS X leopard) > Using Gc.compact instead of Gc.full_major doesn't exhibit such behaviour. Gc.compact works fine. Thank you for usefull comment. I did't understand the meanings of Gc.full_major. So, I'll release concurrent cell( http://forge.ocamlcore.org/projects/ccell/ ) version 3.0 include FRP features after checking a few more memory behavior. --- ogasawara satoshi