How to add persist shell ulimit settings on Mac/ [warn] ulimit is currently set to “256”. For better performance set it to at least “4096”
ReportQuestion
To apply persistent shell limits, you need to add ulimit commands into respective startup shell files.
For individual users, use: ~/.bashrc or ~/.bash_profile files.
For all users, use: /etc/bashrc file.
Suggested lines to add:
# Changes the ulimit limits.
ulimit -Sn 4096 # Increase open files.
Please briefly explain why you feel this question should be reported .
0
Mac
10 months
0 Answers
12 views