Skip to content

Commit 973c059

Browse files
authored
lower resource usage in ci env (#233)
1 parent 491bb64 commit 973c059

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/ci_nozzle_manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
applications:
33
- name: splunk-firehose-nozzle
4-
memory: 512M
5-
instances: 2
4+
memory: 256M
5+
instances: 1
66
buildpack: go_buildpack
77
cmd: splunk-firehose-nozzle
88
env:
@@ -25,11 +25,11 @@ applications:
2525
APP_LIMITS: 1000
2626
BOLTDB_PATH: cache.db
2727
EVENTS: ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
28-
EXTRA_FIELDS: name:update-ci-test
28+
EXTRA_FIELDS: name:splunk-pcf-ci
2929
FIREHOSE_SUBSCRIPTION_ID: splunk-ci
3030
FLUSH_INTERVAL: 5s
3131
CONSUMER_QUEUE_SIZE: 10000
32-
HEC_BATCH_SIZE: 1000
32+
HEC_BATCH_SIZE: 100
3333
HEC_RETRIES: 5
3434
HEC_WORKERS: 8
3535
DEBUG: false

.circleci/data_gen_manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
applications:
33
- name: data_gen
44
memory: 128M
5-
instances: 2
5+
instances: 1
66
buildpack: go_buildpack
77
cmd: data_gen
88
env:
99
GOPACKAGENAME: main
10-
EPS: 500
10+
EPS: 50
1111
TOTAL_EVENTS: 0

0 commit comments

Comments
 (0)