ContentsIndexHome
PreviousUpNext
IConfig.MaxBufferSize Property

The amount of memory in bytes the buffers of IData instances can reserve before all data is automatically flushed. The minimum required is 5 KB, and the max buffer size cannot be smaller than the max transmit size. If the amount of memory for buffers is small, this can have a negative influence on the performance write actions. The default is 32 MB.  

 

C#
int MaxBufferSize;

The maximum buffer size should be greater than the maximum transmit size.

See also the Tuning configuration settings topic in the Using the SDK section for a more elaborate discussion on this topic.