Skip to content

Commit

Permalink
Adds 10-limits.nofile.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 17, 2024
1 parent 01c8bb2 commit 1bf2f96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/security/limits.d/10-limits.nofile.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# - nofile - max number of open files
@root soft nofile 10000
@root hard nofile 65000
@sudo soft nofile 10000
@sudo hard nofile 65000

0 comments on commit 1bf2f96

Please sign in to comment.