Click or drag to resize

OrchestratorConfigOutputBufferFactor Property

Ratio between sizes of the output buffer and the transformer's input buffer (transformer's input buffer size is defined by the BufferSize setting). This advanced setting allows fine-tuning of memory consumption by Data Conveyer. For example, if an average cluster on output is expected to produce 5 output records (and also on average every other cluster to be removed by the transformer), it may be sensible to set the transformer's input buffer size to 100 clusters (transformer's output buffer size to 50 clusters) and the output buffer size to 250 clusters. In this case, BufferSize = 100 and OutputBufferFactor = 2.5. Default value for IntakeBufferFactor is 1.5. This setting is respected only if BufferSize is set to a positive value (i.e. ignored in case of BufferSize's default value of -1 (Unlimited)).

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public double OutputBufferFactor { get; set; }

Property Value

Type: Double
See Also