bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: zone ipc ports exhausted


From: Roland McGrath
Subject: Re: zone ipc ports exhausted
Date: Sat, 21 Jul 2001 22:49:20 -0400 (EDT)

It is overwhelmingly likely there is a port leak.

It's true that the limits are quite arbitrary (see kern/mach_param.h).
But the PORT_MAX value is large enough it's unlikely you actually hit it
without a leak.

These limits just contrain page consumption, they don't cause pre-allocation.
So it is not harmful to increase them aside from failing to detect real leaks.

In the ultimate long term, there should not be completely arbitrary limits
on these things.  But we probably won't really care to worry about that
before we get to replacing major pieces of the microkernel in the untold
future anyhow.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]