module Plugin::MemoryLimit
Public Instance Methods
memory_limit()
click to toggle source
# File lib/unicorn-cuba-base/plugin/memory_limit.rb, line 3 def memory_limit env["app.memory_limit"] or fail 'Rack::MemoryLimit middleware not used!' end