summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2019-08-10 00:13:14 +0000
committerCindy Pallares <cindy@gitlab.com>2019-08-12 11:03:11 -0500
commitd2a7a4addc79192fc074584fa2a682b3e9f5aa05 (patch)
tree7264b905728121c99afcc6753860ead2d8315551
parentcdac9ed86fb2c3a373be5b923bc3f02387b528fc (diff)
downloadgitlab-ce-docs/update-gitlab-com-default-for-sidekiq-schedule-cron.tar.gz
Update default values in GitLab.com settingsdocs/update-gitlab-com-default-for-sidekiq-schedule-cron
Updates SIDEKIQ_MEMORY_KILLER_MAX_RSS default value
-rw-r--r--doc/user/gitlab_com/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md
index 928950126da..971fd3f28c4 100644
--- a/doc/user/gitlab_com/index.md
+++ b/doc/user/gitlab_com/index.md
@@ -223,7 +223,7 @@ and the following environment variables:
| Setting | GitLab.com | Default |
|-------- |----------- |-------- |
-| `SIDEKIQ_MEMORY_KILLER_MAX_RSS` | `1000000` | `1000000` |
+| `SIDEKIQ_MEMORY_KILLER_MAX_RSS` | `1000000` | `2000000` |
| `SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL` | `SIGKILL` | - |
| `SIDEKIQ_LOG_ARGUMENTS` | `1` | - |