Construct the pool with an upper bound on retained memory.
Declared in <kernel/disconnected_transactions.h>
DisconnectedBlockTransactions(size_t max_mem_usage);
| Name | Description |
|---|---|
| max_mem_usage | Maximum dynamic memory usage, in bytes, before trimming. |