Plasma GitLab Archive
Projects Blog Knowledge

Module Plasma_shm.Netplex_shm_manager


module Netplex_shm_manager: sig .. end


Configuration and initialization of the Netplex shm manager.
val post_add_hook : Netplex_types.controller -> unit
This function must be called from the post_add_hook of the component
val init : low:int64 -> high:int64 -> unit
This can be called from component context to set the low-water and high-water marks. By default, these marks are max_int, and shm_condition always returns `Normal.

When the sum of all allocated shared memory exceeds the high-water mark, the condition is switched to `Tight. It is switched back to `Normal when the sum sinks below the low-water mark.

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml