[Sunhelp] Kernel tutning And maximum number of connections

Dale Ghent daleg at elemental.org
Mon Oct 23 16:45:33 CDT 2000


On Mon, 23 Oct 2000, Giopettone wrote:

| Hi everybody,
| I needed to know for my job how do I find out which is the default value for the maxuser value for the tcp connections.What I really would like to know is where to find these variables and hints for the right tuning of them. i mean, how many connections are allowed on my machine and how many sessions for eache connection. And for each connction how many tasks is the single user (or istance)aloud to do????
| And there is any book about the tuning of a system????And It's kernel parameters?????

There is no per-user limit of TCP connections.

But, if you're spawning off a process for each TCP connection, then you
will run into the maxproc limut for that user, which effectively limits
the number of TCP connections.

Can you clarify?

/dale






More information about the SunHELP mailing list