Hcs.Server.Gc_tune
hcs · API reference
type config = {
minor_heap_size : int; (* Minor heap size in bytes. Default: 64MB *)
major_heap_increment : int; (* Major heap increment in bytes. Default: 32MB *)
space_overhead : int; (* Space overhead percentage. Default: 200 *)
max_overhead : int; (* Max overhead percentage. Default: 500 *)
}val default : configval aggressive : configval tuned : bool refval apply : ?config:config -> unit -> unit