cdist -j doens't seem to default to cpu cores, and fails with sufficiently large number #325
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#325
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://www.cdi.st/manual/6.9.4/man1/cdist.html says:
however, when you run it without a -j it defaults to sequential mode:
which appears similar to -j1:
With sufficient large -j in my case around ~12 or ~13 the global explorers fail in no particular pattern:
The errors appears to be due to "sshd[630]: error: beginning MaxStartups throttling". They go away if I bump up MaxStartups 16:30:100. It would good if the error message could indicate that it's an ssh issue and not something with a particular explorer.