Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Jeff Olivier <[email protected]>
  • Loading branch information
jolivier23 committed Oct 4, 2024
1 parent 8a553e5 commit b7ea8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/unit/test_nlt_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install --requirement requirements-utest.txt
pip install /opt/daos/lib/daos/python/

# set high open file limit in the shell to avoid extra warning
sudo prlimit --nofile=:131072 --pid $$
sudo prlimit --nofile=1024:262144 --pid $$
prlimit -n

./utils/node_local_test.py --max-log-size 1700MiB --dfuse-dir /localhome/jenkins/ \
Expand Down

0 comments on commit b7ea8a2

Please sign in to comment.