Skip to content

Commit

Permalink
ci(config): use large resource_class (#52)
Browse files Browse the repository at this point in the history
We are getting OOM errors while linking, so let's try switching to the large resource class for now
  • Loading branch information
hannahhoward authored Jan 22, 2020
1 parent 98dd064 commit 0321c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
golang:
docker:
- image: circleci/golang:1.13
resource_class: small
resource_class: large

commands:
install-deps:
Expand Down

0 comments on commit 0321c8c

Please sign in to comment.