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

#define NCONNECTIONS 512 /* snow needs one per node */ #244

Open
tobigithub opened this issue Sep 23, 2015 · 1 comment
Open

#define NCONNECTIONS 512 /* snow needs one per node */ #244

tobigithub opened this issue Sep 23, 2015 · 1 comment

Comments

@tobigithub
Copy link

Hi,
not a bug, but future improvement, increase number of connections to 256 or 512

define NCONNECTIONS 128 /* snow needs one per slave node */

So snow clusters can grow for the future.

See snow error SNOW and doSNOW - all connections are in use

It basically comes out of this, to figure out limitations and base benchmarks.
4/8/16/32/64/120 node doSNOW cluster

Due to the current NCONNECTIONS limitation and sometimes open connections the total number of 128 is only randomly obtained, 120 is usually safer, that would be a non-issue of the #define NCONNECTIONS 512 was set.

Is it a realistic improvement, I certainly think so:
See Windows Task Manger 512 CPUs

I am not absolutely sure if this is the solution to the above error.
Cheers
Tobias

@j-martens
Copy link
Contributor

Perhaps Brian can investigate? @andrie

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

2 participants