|
The load balancing algorithm is based on <utilization rate> = <used connections> / <max connections> .
So, you can use <max connections> to adjust the work load for each node.
Not sure why you only get "reset by peer" error from localhost, please make sure "max connections per ip" has been set high enough. Are you still getting the error with lower concurrent level?
|