Module: Process

Defined in:
lib/rainforest_ruby_runtime/process_monkey_patch.rb

Constant Summary collapse

RLIMIT_NOFILE =

On Windows:

  • RLIMIT_NOFILE is not defined

  • .getrlimit is unimplemented

8

Class Method Summary collapse

Class Method Details

.getrlimit(_resource) ⇒ Object



9
10
11
# File 'lib/rainforest_ruby_runtime/process_monkey_patch.rb', line 9

def self.getrlimit(_resource)
  [256, 1024]
end