50 unicorn workers on heroku is ideal, as heroku hands 50 requests to the dyno
This commit is contained in:
parent
cf416e6001
commit
9461807834
|
@ -18,7 +18,7 @@ else
|
|||
256) echo -n 2; exit 0;; # Standard 1x, 512MB
|
||||
512) echo -n 4; exit 0;; # Standard 2x, 1GB
|
||||
16384) echo -n 10; exit 0;; # Performance M, 2.5GB
|
||||
32768) echo -n 48; exit 0;; # Performance L, 14GB
|
||||
32768) echo -n 50; exit 0;; # Performance L, 14GB
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user