Click or drag to resize

ContextFactoryPropertiesMaxPoolMemory Property

version: 10.22.0
The maximum amount of memory the API can save in its data and message pools. Once it reaches this size, datablocks are released back to heap and are not kept in a API pool. Default: 1073741824 bytes

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public long MaxPoolMemory { get; set; }

Property Value

Type: Int64
See Also