Skip to content

Commit

Permalink
Adjust JVM settings for Elasticsearch nodes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas authored Nov 17, 2020
1 parent 8c592cd commit 29357ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logging/es/odfe/es_helm_values_open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ elasticsearch:

master:
enabled: true
javaOpts: "-Xms1024m -Xmx1024m"
podAnnotations:
fluentbit.io/parser: elasticsearch
replicas: 3
Expand All @@ -124,6 +125,7 @@ elasticsearch:

data:
enabled: true
javaOpts: "-Xms1024m -Xmx1024m"
podAnnotations:
fluentbit.io/parser: elasticsearch
replicas: 3
Expand Down

0 comments on commit 29357ea

Please sign in to comment.