Limit number of processes in CircleCI

Hopefully this will reduce the amount of memory in use.
This commit is contained in:
Daniel Nelson
2019-08-08 17:24:04 -07:00
parent eb8959272d
commit 13c0ff0a7c

View File

@@ -2,6 +2,8 @@
defaults:
defaults: &defaults
working_directory: '/go/src/github.com/influxdata/telegraf'
environment:
GOFLAGS: -p=8
go-1_10: &go-1_10
docker:
- image: 'quay.io/influxdb/telegraf-ci:1.10.8'