From b4b46ed14a3317d3485b820c52a64c8b85c71ab5 Mon Sep 17 00:00:00 2001 From: Barry Matheney Date: Fri, 21 Jun 2024 06:56:16 -0400 Subject: [PATCH] 20240621_065616 --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 154dea343..89625c782 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,7 +5,7 @@ pipelines: master: # Trigger this for any pushes to the master branch. - step: name: DockerBuild - size: 2x # Increase memory by using a larger build container + size: 4x # Increase memory by using a larger build container trigger: automatic # caches: # - maven # Cache any dependencies we download, speeds up build times.