Hello,
On Tue, 27 Jul 2021, Erik Schott wrote:
> I have set the limit to 100 clients in the config, but this morning it
> went almost up to 300.
That's odd, it should not take take that many clients in with that config,
as there are usually not that many full-feed clients.
In the config below there are per-listener limits of 100, so it will
accept 100 clients on each of those ports, and the total may be higher -
the total could be 200 if you have 100 on port 14580 and 100 on 10152.
Unless a global "maxclients" setting is set which limits the total amount
of clients.
Would be interesting to see the status page when that happens.
> IS CRITICAL - ipv4 TCP 14580: APRS-IS port full, too many clients
>
> Restarted the server, then it went up to 100 and again I got this message this message.
> Restarted again and now it is slowly climbing (currently at 30 clients after 30 minutes.
>
> Any Help or explanantion is welcome - server is version is aprsc 2.1.8-gf8824e8 on Debian 7.
The most likely explanation is that you have more clients trying to
connect, than what the server can accept. You'd need to allow more
clients to connect - 300 or 500 for example. The supply and demand are
not quite meeting. :)
The
aprs2.net load balancer does active load balancing with the rotates
(
rotate.aprs2.net,
euro.aprs2.net, etc), but clients can still
(unfortunately) choose to configure
netherlands.aprs2.net as the server,
and the load balancer will only point
netherlands.aprs2.net to other
servers via the main rotate when T2NL is full or failing.
- Hessu