mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
A tiny note on adding cpu quotas for logstash (#143494)
This commit is contained in:
parent
a946155600
commit
4549c4e2f9
1 changed files with 7 additions and 0 deletions
|
@ -85,6 +85,13 @@ docker run --name logstash \
|
|||
docker.elastic.co/logstash/logstash:master-SNAPSHOT
|
||||
```
|
||||
|
||||
Note that you can add these arguments to populate cgroup/cfs data for logstash as well. This will require a cgroup v1 docker host until [logstash#14534](https://github.com/elastic/logstash/issues/14534) is resolved:
|
||||
|
||||
```
|
||||
--cpu-period=100000 \
|
||||
--cpu-quota=150000 \
|
||||
```
|
||||
|
||||
# Complete docker setup
|
||||
|
||||
We also maintain an internal docker-compose setup for running a full stack with monitoring enabled for all components.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue