module Process
Constants
- RLIMIT_NOFILE
On Windows:
-
RLIMIT_NOFILE
is not defined -
.getrlimit is unimplemented
-
Public Class Methods
getrlimit(_resource)
click to toggle source
# File lib/rainforest_ruby_runtime/process_monkey_patch.rb, line 9 def self.getrlimit(_resource) [256, 1024] end