From 53fb7b1aa84a76d66ef6973208e1c76a100774f3 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 2 Nov 2016 13:30:52 +0100 Subject: Replace in-memory cache store with redis store, should decrease memory footprint of each running process by 128mb --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1cab16a39..f97d42cdf 100644 --- a/Gemfile +++ b/Gemfile @@ -69,4 +69,5 @@ end group :production do gem 'rails_12factor' gem 'lograge' + gem 'redis-rails' end -- cgit