Proto-fd-max

Hi Team,

I am just having question about proto-fd-max.

we usually set this parameter in aerospike.conf file. is this parameter not required to set on aerospike server if it is mentioned at client side (maxConnsPerNode).

What if it is set at client side and is it required to set it again in aerospike.conf.

The client’s configuration doesn’t change the server’s configuration.

These configs have different semantics. proto-fd-max is the maximum number of connections one cluster node will permit from all clients before it begins rejecting connections. maxConnsPerNode is the maximum number of connections a single client will make to one cluster node.