Skip to content

client swarm should try to do a basic validation of the producer count #17

@travisdowns

Description

@travisdowns

When client swarm is asked to create many producers it may fall in hard to diagnose ways due to system limits such as max_map_count. See wrapper.sh for a script which tries to raise some limits to make this less likely.

However, we can check inside the swarm process if the number of producers is likely to hit system limits and bail out if so, e.g., by checking max_map_count against producers * 3 (under the observation that we create 2.x maps per producer).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions