Browse thread
ratio of heap size to live data in Caml GC?
- Norman Ramsey
[
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: | Norman Ramsey <nr@e...> |
| Subject: | ratio of heap size to live data in Caml GC? |
Can anybody tell me what ratio of heap size to live data the OCaml collector needs to perform well? The default ratio appears to be 2.4. I assume this means the collector is a mark-and-sweep collector? Norman