Skip to content

Commit

Permalink
Merge pull request cheat#29 from lengyijun/patch-1
Browse files Browse the repository at this point in the history
Create ulimit
  • Loading branch information
chrisallenlane authored Aug 1, 2020
2 parents ebfa3f0 + 793718a commit 09f5ce4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ulimit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Report all current limits
ulimit -a

# Unlimited file descriptors
ulimit -n unlimited

0 comments on commit 09f5ce4

Please sign in to comment.