• Topic
  • Discussion
  • UdaWikiWeb.GlossaryEntryQueueMax(Last) -- Owiki? , 2016-08-19 15:00:07 Edit owiki 2016-08-19 15:00:07

    Glossary of Technical Terms

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    QueueMax

    The QueueMax parameter appears in the [Replication] section of your virtuoso.ini file. QueueMax specifies how much memory your server may allocate to buffer undelivered replication casts. If the actual queue exceeds the byte amount, subscribers are disconnected. They must request resynchronization, as a result. Finally, QueueMax's byte count represents the total length of the replay records being buffered. Actual memory usage is somewhat greater.

    Example:

    QueueMax = 50000 
    

    Referenced by...