Browse thread
OCaml runtime using too much memory in 64-bit Linux
[
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: | Romain Beauxis <toots@r...> |
| Subject: | Re: [Caml-list] OCaml runtime using too much memory in 64-bit Linux |
Hi Xavier ! Le Wednesday 14 November 2007 13:55:40 Xavier Leroy, vous avez écrit : > Apparently, this trick is no longer working on some systems, but I > need to understand better which ones exactly. (I suspect some Linux > distros that applied address randomization patches to the stock Linux > kernel.) So, please provide feedback in the BTS. While printing the required data for your bug report, we found out that: /proc/sys/kernel/randomize_va_space can be set to 0 Afterward, the issue does not appear anymore. Quite a good workaround until a real fix appear.. :) Romain