Module Tezos_base_unix.Gc_setup

val get_ocamlrunparam_param : string -> string option

get_ocamlrunparam_param param checks if param is set in the OCAMLRUNPARAM environment variable and returns its value or none if not

val set_gc_space_overhead : ?space_overhead:int -> string -> unit

set_gc_space_overhead ~space_overhead process_name sets the Gc.space_overhead for process_name to space_overhead (defaults to 40)