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
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.
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
The text was updated successfully, but these errors were encountered: