module Rlimit:sig..end
typevalue =[ `limited of Procfs.bigint | `unlimited ]
type t = {
|
soft : |
|
hard : |
val hard : t -> valueval soft : t -> valuemodule Fields:sig..end
val value_of_sexp : Sexplib.Sexp.t -> valueval __value_of_sexp__ : Sexplib.Sexp.t -> valueval sexp_of_value : value -> Sexplib.Sexp.tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t