Skip to content

Commit

Permalink
Update logstash.asciidoc (#7113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagarside authored Aug 25, 2023
1 parent b81a9c9 commit 6dd82b7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/orchestrating-elastic-stack-applications/logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,13 @@ kind: Logstash
metadata:
name: quickstart
spec:
containers:
- name: logstash
env:
- name: LS_JAVA_OPTS <1>
value: "-Xmx2g -Xms2g"
podTemplate:
spec:
containers:
- name: logstash
env:
- name: LS_JAVA_OPTS <1>
value: "-Xmx2g -Xms2g"
----
<1> This will change the maximum and minimum heap size of the JVM on each pod to 2GB

Expand Down

0 comments on commit 6dd82b7

Please sign in to comment.