module Limit : sig ... endinclude sig ... endval limit_of_sexp : Sexplib.Sexp.t ‑> limitval sexp_of_limit : limit ‑> Sexplib.Sexp.tinclude sig ... endval resource_of_sexp : Sexplib.Sexp.t ‑> resourceval sexp_of_resource : resource ‑> Sexplib.Sexp.tval core_file_size : resourceval cpu_seconds : resourceval data_segment : resourceval file_size : resourceval num_file_descriptors : resourceval stack : resourceval virtual_memory : resource Core__.Import.Or_error.tval nice : resource Core__.Import.Or_error.tSee man pages for "getrlimit" and "setrlimit" for details.