Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f5bf40e5
Commit
f5bf40e5
authored
Nov 13, 2019
by
James Lopez
Committed by
Achilleas Pipinellis
Nov 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sidekiq memory docs
parent
cc09e305
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/operations/sidekiq_memory_killer.md
doc/administration/operations/sidekiq_memory_killer.md
+2
-2
No files found.
doc/administration/operations/sidekiq_memory_killer.md
View file @
f5bf40e5
...
@@ -34,7 +34,7 @@ The MemoryKiller is controlled using environment variables.
...
@@ -34,7 +34,7 @@ The MemoryKiller is controlled using environment variables.
In _daemon_ mode, the MemoryKiller checks the Sidekiq process RSS every 3 seconds
In _daemon_ mode, the MemoryKiller checks the Sidekiq process RSS every 3 seconds
(defined by
`SIDEKIQ_MEMORY_KILLER_CHECK_INTERVAL`
).
(defined by
`SIDEKIQ_MEMORY_KILLER_CHECK_INTERVAL`
).
-
`SIDEKIQ_MEMORY_KILLER_MAX_RSS`
: if this variable is set, and its value is greater
-
`SIDEKIQ_MEMORY_KILLER_MAX_RSS`
(KB)
: if this variable is set, and its value is greater
than 0, the MemoryKiller is enabled. Otherwise the MemoryKiller is disabled.
than 0, the MemoryKiller is enabled. Otherwise the MemoryKiller is disabled.
`SIDEKIQ_MEMORY_KILLER_MAX_RSS`
defines the Sidekiq process allowed RSS.
`SIDEKIQ_MEMORY_KILLER_MAX_RSS`
defines the Sidekiq process allowed RSS.
...
@@ -52,7 +52,7 @@ The MemoryKiller is controlled using environment variables.
...
@@ -52,7 +52,7 @@ The MemoryKiller is controlled using environment variables.
[
in the Omnibus GitLab
[
in the Omnibus GitLab
repository
](
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/attributes/default.rb
)
.
repository
](
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/attributes/default.rb
)
.
-
`SIDEKIQ_MEMORY_KILLER_HARD_LIMIT_RSS`
: is used by _daemon_ mode. If the Sidekiq
-
`SIDEKIQ_MEMORY_KILLER_HARD_LIMIT_RSS`
(KB)
: is used by _daemon_ mode. If the Sidekiq
process RSS (expressed in kilobytes) exceeds
`SIDEKIQ_MEMORY_KILLER_HARD_LIMIT_RSS`
,
process RSS (expressed in kilobytes) exceeds
`SIDEKIQ_MEMORY_KILLER_HARD_LIMIT_RSS`
,
an immediate graceful restart of Sidekiq is triggered.
an immediate graceful restart of Sidekiq is triggered.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment