class Puma::Hunter::CLI

Public Instance Methods

pidfile() click to toggle source

Arguments

# File lib/puma/hunter/cli.rb, line 27
arg :pidfile, "Puma's master worker PIDFile."
unknown() click to toggle source

Options

# File lib/puma/hunter/cli.rb, line 33
options['max-rss']  = ENV.fetch('PUMA_MAX_RSS_MB') { 1000 }