You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: