ulimit: move to common/

This commit is contained in:
lbonanomi
2019-05-22 11:47:31 -04:00
committed by Starbeamrainbowlabs
parent f058ddc869
commit 65a5f271d4

View File

@@ -1,19 +0,0 @@
# ulimit
> Get and set user limits.
- Get the properties of all the user limits:
`ulimit -a`
- Get hard limit for the number of simultaneously opened files:
`ulimit -H -n`
- Get soft limit for the number of simultaneously opened files:
`ulimit -S -n`
- Set max per-user process limit:
`ulimit -u 30`