You've already forked opentelemetry-go
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:
@@ -4,6 +4,7 @@ executors:
|
||||
docker:
|
||||
- image: cimg/go:1.14
|
||||
prior-go:
|
||||
resource_class: medium+
|
||||
docker:
|
||||
- image: cimg/go:1.13
|
||||
|
||||
|
Reference in New Issue
Block a user