module Process

Constants

RLIMIT_NOFILE

On Windows:

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