Skip to content

Commit

Permalink
Fewer puma threads to reduce memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Jan 3, 2025
1 parent 1513efc commit 73a49fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RACK_TIMEOUT_SERVICE_TIMEOUT = "25"
RACK_TIMEOUT_WAIT_TIMEOUT = "30"
RAILS_ENV = "production"
RAILS_LOG_TO_STDOUT = "enabled"
RAILS_MAX_THREADS = "5"
RAILS_MIN_THREADS = "5"
RAILS_MAX_THREADS = "4"
RAILS_MIN_THREADS = "4"
RAILS_SERVE_STATIC_FILES = "enabled"
REDIS_PROVIDER = "REDIS_SIDEKIQ_URL"
SIDEKIQ_CONCURRENCY = "5"
Expand Down

0 comments on commit 73a49fc

Please sign in to comment.