You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone!
Is there any limit of websocket connections by default in SteVe? Or how can I increase it?
Problem: when connected more than 100 chargers 4-5 chargers randomly always go offline
The text was updated successfully, but these errors were encountered:
Problem: when connected more than 100 chargers 4-5 chargers randomly always go offline
there is no limit we set in code/config. you can have as many charging stations as you like in your database, and you can have as many open websocket connections as the memory resources allow: each websocket connection will eat from JVM memory, and at some point (X open connections), you might hit the ceiling.
however, if you are not running with some reaaaaally conservative memory allocation to steve, this ceiling should not be around 100 chargers. therefore, can you elaborate? logs? exception stack traces?
Hello everyone!
Is there any limit of websocket connections by default in SteVe? Or how can I increase it?
Problem: when connected more than 100 chargers 4-5 chargers randomly always go offline
The text was updated successfully, but these errors were encountered: