Limit number of processes in CircleCI
Hopefully this will reduce the amount of memory in use.
This commit is contained in:
parent
eb8959272d
commit
13c0ff0a7c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue