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

Connections limit to 28k CCUs #37

Open
alinanasir01 opened this issue Feb 24, 2020 · 0 comments
Open

Connections limit to 28k CCUs #37

alinanasir01 opened this issue Feb 24, 2020 · 0 comments

Comments

@alinanasir01
Copy link

alinanasir01 commented Feb 24, 2020

I'm trying to connect 30k mqtt CCUs but the connections limit to 28228.
its with vernemq. The system limits are all set to higher values and my JMeter scripts can work across 1 million but the vmq tests limit to 28225 CCUs.

Is this the correct way to update the listener.max_connections limits?

make_install(git = "https://github.com/erlio/vmq_mzbench.git",branch = "master") pre_hook(): exec(all, "sudo chmod a+rwx /etc/vernemq/vernemq.conf") exec(all, "sudo sed -i '/listener.max_connections = 400000/c\\listener.max_connections = 450000'/etc/vernemq/vernemq.conf") exec(all, "sudo service vernemq restart")

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

1 participant