Skip to content

Set ulimit or --delay with large wordlist  #16

@ariary

Description

@ariary

Large wordlist will likely open many file descriptors (many go routine etc..).

By default OS (or mac) set a limit for fd opens (ulimit).

Set it if you are dealing with a large payload:

# set it
ulimit -n 65535 # or 10000000
# check
ulimit -n

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions