index
:
xlgmokha/working-with-unix-processes.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
snippets
/
setrlimit.rb
blob: 990ca5edca799a8ec1f2fcdb104603cd5b3fe8dd (
plain
)
1
2
3
Process.setrlimit(:NOFILE, 4096) p Process.getrlimit(:NOFILE)