Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charger connections limit #1475

Open
kassymbekoff opened this issue Jun 4, 2024 · 2 comments
Open

Charger connections limit #1475

kassymbekoff opened this issue Jun 4, 2024 · 2 comments

Comments

@kassymbekoff
Copy link

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

@tefelberson
Copy link

I would also like to connect several charging points to Steve. How did you do ? what tools do you use?

@goekay
Copy link
Member

goekay commented Sep 20, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants