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
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 2 additions and 0 deletions

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'