Skip to content

improved warning for ulimit -n 4096 needed #1758

Open
@jsha

Description

@jsha

The README says:

All tests are failing or timing out

Our test setup needs a certain about of file descriptors.

At least 4096 should be enough, you can set it via:

$ ulimit -n 4096

But I've forgotten and relearned this a number of times, and it's cost me a lot of frustration each time, since the errors (and especially the hangs) are opaque. Is there a way we can improve on this? Maybe each test can check for available FDs and fast-fail if they're not available?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions