Skip to content

stdlib/gc.mli and byterun/config.h disagree on the default size of the minor heap #6540

@vicuna

Description

@vicuna

Original bug ID: 6540
Reporter: drichman
Assigned to: @diml
Status: closed (set by @xavierleroy on 2016-12-07T10:34:41Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.02.0+beta1 / +rc1
Fixed in version: 4.02.1+dev
Category: documentation

Bug description

byterun/config.h

/* Default size of the minor zone. (words)  */
#define Minor_heap_def 262144

doesn't match stdlib/gc.mli

{ mutable minor_heap_size : int;
(** The size (in words) of the minor heap. Changing
this parameter will trigger a minor collection. Default: 32k. *)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions