Skip to content

Instantly share code, notes, and snippets.

@RaphaelAudet
Created September 17, 2014 08:06
Show Gist options
  • Save RaphaelAudet/63daca2d26d01c0e8379 to your computer and use it in GitHub Desktop.
Save RaphaelAudet/63daca2d26d01c0e8379 to your computer and use it in GitHub Desktop.
unicorn_production.conf
check process unicorn_production with pidfile /var/www/az_app_2_production/shared/pids/unicorn.pid
if totalmem > 2.6 GB for 5 cycles then restart
start = "/etc/az-scripts/unicorn_production.sh start" with timeout 90 seconds
stop = "/etc/az-scripts/unicorn_production.sh stop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment