BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
01852ee8
Commit
01852ee8
authored
Oct 04, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
Sidekiq::MemoryKiller: Add missing space in log message See merge request gitlab-org/gitlab-ce!14553
parents
502a3a29
74846409
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
14553-missing-space-in-log-msg.yml
changelogs/unreleased/14553-missing-space-in-log-msg.yml
+5
-0
memory_killer.rb
lib/gitlab/sidekiq_middleware/memory_killer.rb
+1
-1
No files found.
changelogs/unreleased/14553-missing-space-in-log-msg.yml
0 → 100644
View file @
01852ee8
---
title
:
"
Add
missing
space
in
Sidekiq
memory
killer
log
message"
merge_request
:
14553
author
:
Benjamin Drung
type
:
fixed
lib/gitlab/sidekiq_middleware/memory_killer.rb
View file @
01852ee8
...
...
@@ -25,7 +25,7 @@ module Gitlab
Sidekiq
.
logger
.
warn
"current RSS
#{
current_rss
}
exceeds maximum RSS "
\
"
#{
MAX_RSS
}
"
Sidekiq
.
logger
.
warn
"this thread will shut down PID
#{
Process
.
pid
}
- Worker
#{
worker
.
class
}
- JID-
#{
job
[
'jid'
]
}
"
\
Sidekiq
.
logger
.
warn
"this thread will shut down PID
#{
Process
.
pid
}
- Worker
#{
worker
.
class
}
- JID-
#{
job
[
'jid'
]
}
"
\
"in
#{
GRACE_TIME
}
seconds"
sleep
(
GRACE_TIME
)
...
...
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