1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-09 13:37:12 +02:00

Increase instance size for prior-go

Increase from the default medium (2vCPU 4GB) to medium+ (3vCPU 6GB).
This is to stop the OOM events identified in #685 from happening.
This commit is contained in:
Tyler Yahn 2020-04-30 13:00:59 -07:00
parent e4ec924b25
commit c8d46761be
No known key found for this signature in database
GPG Key ID: 42AA23B0BC85B798

View File

@ -4,6 +4,7 @@ executors:
docker:
- image: cimg/go:1.14
prior-go:
resource_class: medium+
docker:
- image: cimg/go:1.13