From 46d89a98bdad8a6170a5e121d7b7f1cebf47e2ff Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 13:46:35 +0000 Subject: [PATCH] Docker memory size increased on edited online with Bitbucket --- bitbucket-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index dcc46a56f..42e4fea44 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -26,4 +26,10 @@ pipelines: S3_BUCKET: 'autodeploy001' LOCAL_PATH: $(pwd) DELETE_FLAG: 'true' + services: + - docker +definitions: + services: + docker: + memory: 2048 \ No newline at end of file