f.Var(&cfg.TargetObjectSize,prefix+"target-object-size","The size of the target object to use for the data object builder.")
f.Var(&cfg.TargetSectionSize,prefix+"target-section-size","Configures a maximum size for sections, for sections that support it.")
f.Var(&cfg.BufferSize,prefix+"buffer-size","The size of the buffer to use for sorting logs.")
f.IntVar(&cfg.SectionStripeMergeLimit,prefix+"section-stripe-merge-limit",2,"The maximum number of stripes to merge into a section at once. Must be greater than 1.")