Replication Server 12.5 Performance EBF

[CR# 339066] The formula on page 8 for estimating the number of mutexes necessary for Replication Server to start is incorrect. The correct formula is:

num_mutexes = 200 + 15*RA_USER + 2*RSI_USER + 20*DSI +
	5*RSI_SENDER + RS_SUB_ROWS +
	SETTING(cm_max_connections) + ORIGIN_SITES

Where: