✓ Solved

How much connections per server

How many TCP/IP connections can I maintain in a single server?
Specifically the high memory plan.

1 Reply

✓ Best Answer

This is governed by an algorithm built into Linux. It involves system tunable parameters. This should give you an idea of how to do the (rough) math:

https://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux

Hint: You don't really care.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct