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

Container fails to start because it can't calculate params #5

Open
sashker opened this issue Nov 26, 2017 · 0 comments
Open

Container fails to start because it can't calculate params #5

sashker opened this issue Nov 26, 2017 · 0 comments

Comments

@sashker
Copy link

sashker commented Nov 26, 2017

Hello.
Since erlang params are not set in the ConfigMap, the tmpld tries to calculate them relying on nproc info

+P {{ config.get('erlang.processes', shell('nproc') * 3200) }}

+A {{ config.get('erlang.threads', shell('nproc') * 16) }}

On my bare metal node it calculates something like many many 8888888. I guess it's because of permissions of the container. So, I personally set those variables. My offer is to set back this stuff because it's much more clear and works fine.

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