Commit 97e22f10 authored by Mike Jang's avatar Mike Jang

Merge branch '33777-aqualls-followups' into 'master'

Resolve "Improve performance of user avatar loading"

Closes #220251

See merge request gitlab-org/gitlab!35188
parents af66305d 89263c1f
...@@ -794,7 +794,7 @@ Omnibus GitLab packages or in `/home/git/gitlab/log/service_measurement.log` for ...@@ -794,7 +794,7 @@ Omnibus GitLab packages or in `/home/git/gitlab/log/service_measurement.log` for
installations from source. installations from source.
It contain only a single structured log with measurements for each service execution. 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: For example:
......
...@@ -45,7 +45,7 @@ master process has PID 56227 below. ...@@ -45,7 +45,7 @@ master process has PID 56227 below.
The main tunable options for Unicorn are the number of worker processes and the 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. request timeout after which the Unicorn master terminates a worker process.
See the [Omnibus GitLab Unicorn settings 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. if you want to adjust these settings.
## unicorn-worker-killer ## unicorn-worker-killer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment