1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +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

View File

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