Skip to content

Commit 570ec95

Browse files
committed
removed org_quota and updated nozzle memory allocation
1 parent 416eb00 commit 570ec95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tile/tile.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ label: Splunk Firehose Nozzle for PCF
44
description: Forward firehose logs & metrics to Splunk
55
icon_file: icon.png
66

7-
8-
org_quota: 4096 # Optional, memory quota in mb
97
apply_open_security_group: true # Apply open security group, default: false
108
allow_paid_service_plans: true # Allow paid service plans, default: false
119

@@ -79,6 +77,7 @@ forms:
7977
- name: ValueMetric
8078
label: ValueMetric
8179
- name: CounterEvent
80+
8281
label: CounterEvent
8382
- name: Error
8483
label: Error
@@ -122,7 +121,7 @@ packages:
122121
type: app
123122
label: Splunk-Firehose-Nozzle
124123
manifest:
125-
memory: 512M
124+
memory: 256M
126125
instances: MY_INSTANCE_COUNT
127126
buildpack: binary_buildpack
128127
health-check-type: process

0 commit comments

Comments
 (0)