Skip to content

Commit

Permalink
Merge pull request #33 from ballerina-platform/Nuvindu-patch-3
Browse files Browse the repository at this point in the history
Remove Java max memory limit
  • Loading branch information
Nuvindu authored Nov 20, 2024
2 parents 88ab0ae + 9ea6772 commit baee89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
native_image_options: ${{ inputs.native_image_options }}

0 comments on commit baee89a

Please sign in to comment.