Skip to content

Commit

Permalink
Merge pull request sameersbn#2716 from kkimurak/increase-default-side…
Browse files Browse the repository at this point in the history
…kiq-memory-killer-max-rss

Increase default value for SIDEKIQ_MEMORY_KILLER_MAX_RSS to 2GB
  • Loading branch information
sachilles authored Mar 12, 2023
2 parents 1d85fef + 255ec94 commit 9e58a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ Timeout for sidekiq shutdown. Defaults to `4`

##### `SIDEKIQ_MEMORY_KILLER_MAX_RSS`

Non-zero value enables the SidekiqMemoryKiller. Defaults to `1000000`. For additional options refer [Configuring the MemoryKiller](http://doc.gitlab.com/ce/operations/sidekiq_memory_killer.html)
Non-zero value enables the SidekiqMemoryKiller. Defaults to `2000000`. For additional options refer [Configuring the MemoryKiller](http://doc.gitlab.com/ce/operations/sidekiq_memory_killer.html)

##### `GITLAB_SIDEKIQ_LOG_FORMAT`

Expand Down
2 changes: 1 addition & 1 deletion assets/runtime/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ REDIS_DB_NUMBER=${REDIS_DB_NUMBER:-0}
## SIDEKIQ
SIDEKIQ_SHUTDOWN_TIMEOUT=${SIDEKIQ_SHUTDOWN_TIMEOUT:-4}
SIDEKIQ_CONCURRENCY=${SIDEKIQ_CONCURRENCY:-25}
SIDEKIQ_MEMORY_KILLER_MAX_RSS=${SIDEKIQ_MEMORY_KILLER_MAX_RSS:-1000000}
SIDEKIQ_MEMORY_KILLER_MAX_RSS=${SIDEKIQ_MEMORY_KILLER_MAX_RSS:-2000000}
GITLAB_SIDEKIQ_LOG_FORMAT=${GITLAB_SIDEKIQ_LOG_FORMAT:-json}

## PUMA
Expand Down

0 comments on commit 9e58a67

Please sign in to comment.