Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
float
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai3
float
Commits
0ed7d159
Commit
0ed7d159
authored
Jun 04, 2019
by
godog
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base: limit mtail.service memory
parent
77c9ee38
Pipeline
#3277
failed with stage
in 4 minutes and 53 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
roles/base/files/mtail.service
roles/base/files/mtail.service
+3
-0
No files found.
roles/base/files/mtail.service
View file @
0ed7d159
...
...
@@ -8,6 +8,9 @@ Type=simple
ExecStart
=
/usr/bin/mtail -progs /etc/mtail -logtostderr -port 3903 -logfds 3
Restart
=
on-failure
User
=
mtail
# mtail can leak memory (https://github.com/google/mtail/issues/61) although
# limiting the cgroup seems to make Go happy
MemoryLimit
=
512M
[Install]
WantedBy
=
multi-user.target
godog
@godog
mentioned in commit
9ea38252
·
Jun 06, 2019
mentioned in commit
9ea38252
mentioned in commit 9ea38252c33393f9f0c1d884410ce6121cf905d4
Toggle commit list
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