Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Increase Nofile limit to fix installation of some brew application #985

Merged
merged 3 commits into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions usr/etc/security/limits.d/30-brew-limits.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#It does not affect resource limits of the system services.
#This file overrides defaults set in /etc/security/limits.conf

* soft nofile 4096
* hard nofile 8192
root soft nofile 4096
root hard nofile 8192
* hard nofile 524288
root hard nofile 524288
* soft nofile 524288
root soft nofile 524288
Loading