Update default values in GitLab.com settings

Updates SIDEKIQ_MEMORY_KILLER_MAX_RSS default value
This commit is contained in:
Cindy Pallares 🦉 2019-08-10 00:13:14 +00:00 committed by Cindy Pallares
parent cdac9ed86f
commit d2a7a4addc
No known key found for this signature in database
GPG Key ID: 8E13768AD1946B0C
1 changed files with 1 additions and 1 deletions

View File

@ -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` | - |