Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit c282c44

Browse files
author
Chris Wiechmann
committed
Increased max. memory for Filebeat
1 parent e358ce3 commit c282c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ If you have fewer transactions per second, then you can make the platform smalle
561561
| Kibana | 300Mi | 500Mi | 500m | 1000m | |
562562
| __Total__ | __~97Gi__ | __~140Gi__ | __~19__ | __~38__ | __Supposed to handle up to 1.000 TPS__|
563563

564-
Filebeat is not yet tested as part of the Kubernetes deployment. Memory is ap. between 150Mi and 200Mi. CPU between 500m and 1000m.
564+
Filebeat is not yet tested as part of the Kubernetes deployment. Memory is ap. between 150Mi and 250Mi. CPU between 500m and 1000m.
565565

566566
For Elasticsearch the maximum number of file descriptors must be at least 65536. (See for instance here: https://documentation.sisense.com/latest/linux/dockerlimits.htm)
567567

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ filebeat:
554554
memory: "150Mi"
555555
limits:
556556
cpu: "1000m"
557-
memory: "200Mi"
557+
memory: "250Mi"
558558

559559
# Filebeat configuration is added as part of the values.yaml, because the existing filebeatConfig
560560
# cannot be be overridden due to a bug in Helm.

0 commit comments

Comments
 (0)