Skip to content

Commit 77b10d7

Browse files
feature/Set workflow JAVA_TOOL_OPTIONS: -Xmx3G
1 parent f417982 commit 77b10d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on: [push]
77
env:
88
DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION }}
99
DOCKER_HUB_REPOSITORY: obp-api
10+
JAVA_TOOL_OPTIONS: -Xmx3G -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)