Ring Buffer

The Memento ring buffer Common memory space reserved by the Memento driver on the computer, in which the Memento producers write event data. This is also called the Memento storage. is an area of the Host PC memory where the Memento messages are written by the producers.

The ring buffer:

has a fixed capacity of 524.288 (512 K) message slots of 64 bytes each.
is managed as a "ring": a new message replaces the oldest one when it becomes full.