Maximum amount of connections to a single VM

Hm… As a few quick pointers, to previous, similar discussions that came to mind… There were reports earlier of the Grafana App Concurrency stats not actually matching the Machine’s own internal count of active WebSockets:

And the following general caveat was mentioned elsewhere:

(That second one was written in the context of type = "requests", but the overall comment and thread is food for thought.)

It’s not a solution, per se, but hope these still help a little!


Aside: You might also want to check ulimit -H -n (the hard limit on the number of open file descriptors).

$ fly ssh console -C 'bash -c "ulimit -H -n"'
10240

This is an OS-level limit (i.e., Linux’s doing).