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
89263c1f
Commit
89263c1f
authored
Jun 23, 2020
by
Amy Qualls
Committed by
Mike Jang
Jun 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Improve performance of user avatar loading"
parent
dd858cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/administration/logs.md
doc/administration/logs.md
+1
-1
doc/administration/operations/unicorn.md
doc/administration/operations/unicorn.md
+1
-1
No files found.
doc/administration/logs.md
View file @
89263c1f
...
...
@@ -794,7 +794,7 @@ Omnibus GitLab packages or in `/home/git/gitlab/log/service_measurement.log` for
installations from source.
It contain only a single structured log with measurements for each service execution.
It will contain measurement such as: number of SQL calls,
`execution_time`
,
`gc_stats`
,
memory usage
, etc...
It will contain measurement such as: number of SQL calls,
`execution_time`
,
`gc_stats`
,
`memory_usage`
, etc...
For example:
...
...
doc/administration/operations/unicorn.md
View file @
89263c1f
...
...
@@ -45,7 +45,7 @@ master process has PID 56227 below.
The main tunable options for Unicorn are the number of worker processes and the
request timeout after which the Unicorn master terminates a worker process.
See the
[
Omnibus GitLab Unicorn settings
documentation
](
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/unicorn.
md
)
documentation
](
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/unicorn.
html
)
if you want to adjust these settings.
## unicorn-worker-killer
...
...
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