-
Notifications
You must be signed in to change notification settings - Fork 348
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
7nodes example with docker-compose #235
Comments
@meguimendia check your container logs and see if you can share them. |
@fixanoid this problem is really easy to reproduce - just clone the repo and run In my case the nodes die and the transaction manager stays alive. I see I'm also seeing errors about failing to enumerate USB devices (I assume these are non-fatal), and some "dial errors" |
Hi, sounds like there's two different issues being discussed here. @benjamincburns thanks for raising those, they are fixed in #236. @meguimendia I suspect your issue is related to insufficient available memory resulting in the transaction managers being unable to start. We recommend you configure the Docker daemon with at least 4GB, although ideally as much as you can spare. I'll close this issue now, please reopen if you continue to have issues. |
I'm using ubuntu16.04 and 8GB of ram.
I have installed Docker version 19.03.11, build 42e35e61f3 and docker-compose version 1.25.5, build 8a1c60f6
Then I have cloned the repository and I have tried to do docker-compose up -d, but all my container are in an unhealthy state.
Is there anything that I can try to solve the problem?
The text was updated successfully, but these errors were encountered: