Jenda Hadrava

Results 3 comments of Jenda Hadrava

I also encountered this issue. We are running VerneMQ on RaspberryPi 4 with only 1 GB RAM. The `beam.smp` process is usually the one with highest memory consumption and so...

Same issue here, Running VerneMQ 1.11.0 on 12 independent instances (all of them have very similar setup). In all cases, the total number of clients Online + Offline was equal...

I looked inside `vmq_status_http` code and compared it with other observations: ``` % Total Connections SocketOpen = counter_val(?METRIC_SOCKET_OPEN), SocketClose = counter_val(?METRIC_SOCKET_CLOSE), TotalConnections = SocketOpen - SocketClose, % Total Online Queues...