Tag

server limits

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Oct 11, 2023 · Operations

How Many Files and TCP Connections a Server Can Support and How to Tune Linux Limits

This article explains the Linux parameters that limit the maximum number of open files and TCP connections on a server, shows how to adjust those limits with configuration examples, and discusses practical constraints such as memory, port ranges, and real‑world scaling scenarios.

LinuxNetwork PerformanceTCP
0 likes · 15 min read
How Many Files and TCP Connections a Server Can Support and How to Tune Linux Limits
Architect's Guide
Architect's Guide
Sep 28, 2023 · Fundamentals

Understanding the Maximum Concurrent TCP Connections and the Meaning of Port 65535

This article explains how TCP connections are identified by a four‑tuple, clarifies why the theoretical limit of 65,535 ports does not restrict server concurrency, and discusses the practical factors such as memory and file descriptor limits that determine the real maximum number of simultaneous TCP connections on a Linux system.

LinuxNetworkingTCP
0 likes · 11 min read
Understanding the Maximum Concurrent TCP Connections and the Meaning of Port 65535