From c3fe865b1cd389bc095113d23eb0892633cdd344 Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Wed, 16 Feb 2022 12:31:33 +0100 Subject: [PATCH] More memory needed for 64 bit build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd0e83a81..3628622a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -621,7 +621,7 @@ jobs: build-linux-alpine-x64-java: docker: - image: evolvedbinary/rocksjava:alpine3_x64-be - resource_class: large + resource_class: xlarge # large does not have enough memory! steps: - checkout - run: