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
01ff6513
Commit
01ff6513
authored
Apr 13, 2020
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
cdf9ef52
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
doc/administration/troubleshooting/linux_cheat_sheet.md
doc/administration/troubleshooting/linux_cheat_sheet.md
+4
-2
doc/development/i18n/proofreader.md
doc/development/i18n/proofreader.md
+6
-5
doc/install/requirements.md
doc/install/requirements.md
+1
-1
doc/user/project/merge_requests/accessibility_testing.md
doc/user/project/merge_requests/accessibility_testing.md
+3
-0
No files found.
doc/administration/troubleshooting/linux_cheat_sheet.md
View file @
01ff6513
...
@@ -159,7 +159,7 @@ top -o %CPU
...
@@ -159,7 +159,7 @@ top -o %CPU
```
shell
```
shell
# strace a process
# strace a process
strace
-tt
-T
-f
-y
-s
1024
-p
<pid>
strace
-tt
-T
-f
-y
-
yy
-
s
1024
-p
<pid>
# -tt print timestamps with microsecond accuracy
# -tt print timestamps with microsecond accuracy
...
@@ -169,12 +169,14 @@ strace -tt -T -f -y -s 1024 -p <pid>
...
@@ -169,12 +169,14 @@ strace -tt -T -f -y -s 1024 -p <pid>
# -y print the path associated with file handles
# -y print the path associated with file handles
# -yy print socket and device file handle details
# -s max string length to print for an event
# -s max string length to print for an event
# -o output file
# -o output file
# run strace on all unicorn processes
# run strace on all unicorn processes
ps auwx |
grep
unicorn |
awk
'{ print " -p " $2}'
| xargs strace
-tt
-T
-f
-y
-s
1024
-o
/tmp/unicorn.txt
ps auwx |
grep
unicorn |
awk
'{ print " -p " $2}'
| xargs strace
-tt
-T
-f
-y
-
yy
-
s
1024
-o
/tmp/unicorn.txt
```
```
See the
[
strace zine
](
https://wizardzines.com/zines/strace/
)
for a quick walkthrough.
See the
[
strace zine
](
https://wizardzines.com/zines/strace/
)
for a quick walkthrough.
...
...
doc/development/i18n/proofreader.md
View file @
01ff6513
...
@@ -82,11 +82,12 @@ are very appreciative of the work done by translators and proofreaders!
...
@@ -82,11 +82,12 @@ are very appreciative of the work done by translators and proofreaders!
-
Romanian
-
Romanian
-
Proofreaders needed.
-
Proofreaders needed.
-
Russian
-
Russian
-
Nikita Grylov -
[
GitLab
](
https://gitlab.com/nixel2007
)
,
[
CrowdIn
](
https://crowdin.com/profile/nixel2007
)
-
Nikita Grylov -
[
GitLab
](
https://gitlab.com/nixel2007
)
,
[
Crowdin
](
https://crowdin.com/profile/nixel2007
)
-
Alexy Lustin -
[
GitLab
](
https://gitlab.com/allustin
)
,
[
CrowdIn
](
https://crowdin.com/profile/lustin
)
-
Alexy Lustin -
[
GitLab
](
https://gitlab.com/allustin
)
,
[
Crowdin
](
https://crowdin.com/profile/lustin
)
-
Mark Minakou -
[
GitLab
](
https://gitlab.com/sandzhaj
)
,
[
CrowdIn
](
https://crowdin.com/profile/sandzhaj
)
-
Mark Minakou -
[
GitLab
](
https://gitlab.com/sandzhaj
)
,
[
Crowdin
](
https://crowdin.com/profile/sandzhaj
)
-
NickVolynkin -
[
CrowdIn
](
https://crowdin.com/profile/NickVolynkin
)
-
NickVolynkin -
[
Crowdin
](
https://crowdin.com/profile/NickVolynkin
)
-
Andrey Komarov -
[
GitLab
](
https://gitlab.com/elkamarado
)
,
[
CrowdIn
](
https://crowdin.com/profile/kamarado
)
-
Andrey Komarov -
[
GitLab
](
https://gitlab.com/elkamarado
)
,
[
Crowdin
](
https://crowdin.com/profile/kamarado
)
-
Iaroslav Postovalov -
[
GitLab
](
https://gitlab/CMDR_Tvis
)
,
[
Crowdin
](
https://crowdin.com/profile/CMDR_Tvis
)
-
Serbian (Cyrillic)
-
Serbian (Cyrillic)
-
Proofreaders needed.
-
Proofreaders needed.
-
Serbian (Latin)
-
Serbian (Latin)
...
...
doc/install/requirements.md
View file @
01ff6513
...
@@ -189,7 +189,7 @@ To change the Unicorn workers when you have the Omnibus package (which defaults
...
@@ -189,7 +189,7 @@ To change the Unicorn workers when you have the Omnibus package (which defaults
## Puma Workers
## Puma Workers
For most instances we recommend using: max(CPU cores
*
0.9, 2) = Puma workers.
For most instances we recommend using: max(CPU cores
*
0.9, 2) = Puma workers.
For example a node with 4 cores would have 3
Unicorn
workers.
For example a node with 4 cores would have 3
Puma
workers.
For all machines that have 4GB and up we recommend a minimum of three Puma workers.
For all machines that have 4GB and up we recommend a minimum of three Puma workers.
If you have a 2GB machine we recommend to configure only one Puma worker to prevent excessive swapping.
If you have a 2GB machine we recommend to configure only one Puma worker to prevent excessive swapping.
...
...
doc/user/project/merge_requests/accessibility_testing.md
View file @
01ff6513
...
@@ -31,6 +31,9 @@ included with your GitLab installation, as shown below.
...
@@ -31,6 +31,9 @@ included with your GitLab installation, as shown below.
Add the following to your
`.gitlab-ci.yml`
file:
Add the following to your
`.gitlab-ci.yml`
file:
```
yaml
```
yaml
stages
:
-
accessibility
variables
:
variables
:
a11y_urls
:
"
https://about.gitlab.com
https://gitlab.com/users/sign_in"
a11y_urls
:
"
https://about.gitlab.com
https://gitlab.com/users/sign_in"
...
...
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