Helps you estimate stable queue size requirements. Use with the rs_fillcaptable stored procedure.
rs_capacity 60, /* TranDuration maximum 60 seconds */ 360, /* FailDuration 6 hours */ 10, /* SaveInterval 10 minutes */ 3500 /* Materialize 3500 rows */
rs_capacity returns an estimate of the queue sizes needed for each queue. It also gives an estimate of the subscription materialization queue size needed, based on the replication definition and the number of rows to materialize.