Store Detail Panel
The Store details panel presents the details of a persistence store definition. In edit mode, you can modify the definition.
GUI Parameter | JSON Attribute | Description |
---|---|---|
Dynamic Durables Limit | dynamic_durable_limit | Optional.
This parameter limits persistence server memory growth by restricting the number of dynamic durables that the store can create. When a program attempts to create a dynamic durable in excess of this maximum, the create subscriber call throws an exception. Zero is a special value, indicating no limit. When absent, the default value is zero. For futher details, see Persistence Limits. |
Related concepts
Copyright © Cloud Software Group, Inc. All rights reserved.