From 77b10d75408ab8076922e39e3fdc445b02e2fc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Tue, 3 Feb 2026 17:07:56 +0100 Subject: [PATCH] feature/Set workflow JAVA_TOOL_OPTIONS: -Xmx3G --- .github/workflows/build_container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 8a027bbb9..df5dd3339 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -7,6 +7,7 @@ on: [push] env: DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION }} DOCKER_HUB_REPOSITORY: obp-api + JAVA_TOOL_OPTIONS: -Xmx3G -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp jobs: build: