From 52a50c4a14228523fa7d3c868234f83969ab38c0 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 24 May 2022 10:26:49 -0400 Subject: [PATCH] fix: use large circleci executor for docs job (#4680) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d9bb1587b5..e7b869758b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,7 +131,7 @@ jobs: doc: docker: - image: quay.io/influxdb/rust:ci - resource_class: medium+ # use of a smaller executor runs out of memory + resource_class: large # use of a smaller executor runs out of memory environment: # Disable incremental compilation to avoid overhead. We are not preserving these files anyway. CARGO_INCREMENTAL: "0"