Skip to main content
Known Participant
May 26, 2011
Answered

Raw format segment size

  • May 26, 2011
  • 1 reply
  • 688 views

Hi! In raw format stream data are divided into many files named "segments". How can I configure the size of this files? I want to make them twice smaller.

    This topic has been closed for replies.
    Correct answer SE_0208

    You can use MaxFlushSize(Server.xml - Root/Server/ResourceLimits/RecBuffer/MaxFlushSize) configuration in Server.xml to tweak the size of segments which gets created. Minimum size is 32KB.

    1 reply

    SE_0208Correct answer
    Participating Frequently
    May 26, 2011

    You can use MaxFlushSize(Server.xml - Root/Server/ResourceLimits/RecBuffer/MaxFlushSize) configuration in Server.xml to tweak the size of segments which gets created. Minimum size is 32KB.