[Caml-list] Memory fragmentation

2012-04-20 Thread SerP
Hi! We have developped a daemon on ocaml using the lwt lib(libev). It processes about 800 requests per second, but it increases to 2 Gb in memory for a hour of work. We have studied the problem for a long time, using mtrace, mallinfo and other tools, and we tried to change GC params. We found out

[Caml-list] Re: Memory fragmentation

2012-04-20 Thread SerP
Ocaml 3.12.0., Lwt 2.3.1 On Apr 20, 2012 7:12 PM, SerP serp...@gmail.com wrote: Hi! We have developped a daemon on ocaml using the lwt lib(libev). It processes about 800 requests per second, but it increases to 2 Gb in memory for a hour of work. We have studied the problem for a long time,

Re: [Caml-list] Memory fragmentation

2012-04-20 Thread Török Edwin
On 04/20/2012 06:12 PM, SerP wrote: Hi! We have developped a daemon on ocaml using the lwt lib(libev). It processes about 800 requests per second, but it increases to 2 Gb in memory for a hour of work. We have studied the problem for a long time, using mtrace, mallinfo and other tools, and

[Caml-list] OCaml marine navigation iPad app

2012-04-20 Thread Jeffrey Scofield
Greetings, For those interested in OCaml in mobile environments, I wanted to mention (or brag, maybe) that a second software house has released an OCaml iOS app in the App Store: http://itunes.apple.com/us/app/seaiq-usa/id517425381?mt=8 SEAiq USA is an iPad app for navigating in the waters

Re: [Caml-list] Memory fragmentation

2012-04-20 Thread ygrek
On Fri, 20 Apr 2012 19:12:12 +0400 SerP serp...@gmail.com wrote: Hi! We have developped a daemon on ocaml using the lwt lib(libev). It processes about 800 requests per second, but it increases to 2 Gb in memory for a hour of work. We have studied the problem for a long time, using mtrace,