-
Notifications
You must be signed in to change notification settings - Fork 265
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
Can i work with cpu's < 4 ? #415
Comments
Hi @alexworkgit - to be sure could you post the stack trace of the exception? I'll pull in the team to take a look. |
No output exception of server, blocking function subscriptionStore.iterateAllSubscriptions simply freeze or non blocking wraped in my try block return exception with null message. |
Maybe simple add error for 4 cpu and stop start of daemon ? |
@pglombardo Can configure hivemq work with cpu < 4 ? |
Unfortunately not per the minimum hardware requirements. If you need to run a broker on smaller or even embedded hardware, HiveMQ Edge has a much smaller footprint. It's purpose varies somewhat but it might be of use depending on your setup:
|
I try retrive subscriptionStore.iterateAllSubscriptions but catch exception with null on server with one cpu. But server with four cpu's all good. Can i turn some java/hivemq options for normaly run on 1 cpu ?
The text was updated successfully, but these errors were encountered: