Replace in-memory cache store with redis store, should decrease memory
footprint of each running process by 128mb
This commit is contained in:
parent
a59d10d3df
commit
53fb7b1aa8
3 changed files with 24 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -69,4 +69,5 @@ end
|
|||
group :production do
|
||||
gem 'rails_12factor'
|
||||
gem 'lograge'
|
||||
gem 'redis-rails'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue