-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Original bug ID: 4448
Reporter: @xavierleroy
Assigned to: @xavierleroy
Status: closed (set by @xavierleroy on 2009-02-01T08:38:06Z)
Resolution: fixed
Severity: minor
Category: ~DO NOT USE (was: OCaml general)
Monitored by: "Vladimir Shabanov" adamc toots till @Chris00 smimram @oandrieu @yakobowski @alainfrisch @mmottl
Bug description
As reported on the caml-list, some users of 64-bit platforms noticed large page tables being allocated, e.g. "Growing page table to 104640820 entries". The goal of this PR is to better understand the situations where this occurs. Please add notes to this PR describing in particular:
-
Your platform: processor, OS version (esp. which Linux distro), kernel version.
-
The output of the following command:
grep USE_MMAPocamlc -where/caml/config.h