Node max connections

Hello,

I’m running my own Node and it’s stucked at 10240 miners, when i add more miners, got error.
ERROR miner Error connecting to server {“server adress”: “xxxxxxx:10100”, “error”: “EOF”}

I tried to increase max tcp connection on my Node but it doesnt work, even restarted Node.
Can you give me solution on this case?

Sounds like you probably want to run another node to support your load. Shouldn’t be too complex to toss a LB solution in front of two nodes for redundancy with some session persistence . Otherwise, good luck and enjoy the capability of tossing that many miners at a single node :slight_smile:

Well, i found other solution :wink: anyway thanks @nelbert442