You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the fd limit was bumped in scripts/common.sh, run by
the CI. This meant that `make test` as run by a developer would fail.
This patch moves the `ulimit` into the Makefile so developers can
easily run the stress tests.
Signed-off-by: David Scott <[email protected]>
0 commit comments