• Tim Gross's avatar
    doc: ulimit recommendations for local development (#6311) · c9f76564
    Tim Gross authored
    The default ulimit for open files on macOS is really small (256),
    which leads to "too many open files" errors during plugin launches if
    you're running unit tests in `drivers/docker`. Recommend setting
    `ulimit -n 1024`.
    c9f76564