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
3de68be6
Commit
3de68be6
authored
Dec 28, 2020
by
Craig Norris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor wording updates
Minor updates from recent change to page.
parent
dd8eeb87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
doc/install/installation.md
doc/install/installation.md
+6
-7
No files found.
doc/install/installation.md
View file @
3de68be6
...
...
@@ -1056,31 +1056,30 @@ sudo yum groupinstall 'Development Tools'
### Error compiling GitLab assets
While compiling assets, you m
ight get the following error
:
While compiling assets, you m
ay receive the following error message
:
```
plaintext
Killed
error Command failed with exit code 137.
```
This
happens because when a container runs out of memory, YARN automatically kills it.
This
can occur when Yarn kills a container that runs out of memory. To fix this:
To fix this, first make sure you increase your machine's memory (8GB of memory should be good),
and then run the following commands:
1.
Increase your system's memory to at least 8 GB.
1.
C
lean the assets:
1.
Run this command to c
lean the assets:
```
shell
sudo
-u
git
-H
bundle
exec
rake gitlab:assets:clean
RAILS_ENV
=
production
NODE_ENV
=
production
```
1.
Run the
`yarn`
command again to
ensure any conflicts are resolved
:
1.
Run the
`yarn`
command again to
resolve any conflicts
:
```
shell
sudo
-u
git
-H
yarn
install
--production
--pure-lockfile
```
1.
Recompile assets:
1.
Recompile
the
assets:
```
shell
sudo
-u
git
-H
bundle
exec
rake gitlab:assets:compile
RAILS_ENV
=
production
NODE_ENV
=
production
...
...
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