Skip to content

Commit 971214b

Browse files
authored
Increase recommended memory when deploying in Cloud foundry (#21755) (#21782)
(cherry picked from commit 6c80fb3)
1 parent add9bbb commit 971214b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/cloudfoundry/filebeat/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
applications:
22
- name: filebeat
3-
memory: 256M
3+
memory: 512M
44
instances: 1
55
buildpacks:
66
- binary_buildpack

deploy/cloudfoundry/metricbeat/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
applications:
22
- name: metricbeat
3-
memory: 256M
3+
memory: 512M
44
instances: 1
55
buildpacks:
66
- binary_buildpack

filebeat/docs/running-on-cloudfoundry.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To check the status, run:
6666
$ cf apps
6767
6868
name requested state instances memory disk urls
69-
filebeat started 1/1 256M 1G
69+
filebeat started 1/1 512M 1G
7070
------------------------------------------------
7171

7272
Log events should start flowing to Elasticsearch. The events are annotated with

metricbeat/docs/running-on-cloudfoundry.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To check the status, run:
6666
$ cf apps
6767
6868
name requested state instances memory disk urls
69-
metricbeat started 1/1 256M 1G
69+
metricbeat started 1/1 512M 1G
7070
------------------------------------------------
7171

7272
Metrics should start flowing to Elasticsearch. The events are annotated with

0 commit comments

Comments
 (0)