Sha256: 4595b5af1214a85ba9f5ed7374e50eb5336a40c5b808802669b1cecf4127f8bf
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
# Unicorn::Standby Unicorn Standby to standby to reach the request. If you use many rack applications (such as microservices) in development environments, Unicorn Standby saves memory consumption of your computer. ## Installation Add this line to your application's Gemfile: ```ruby group :development do gem 'unicorn-standby' end ``` And then execute: $ bundle ## Usage Use ```unicorn-stanby``` command insted of ```unicorn```. ``` bundle exec unicorn-standby -c config/unicorn.rb -D ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicorn-standby-0.1.0 | README.md |