Skip to content

Commit

Permalink
Remove Java max memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Nov 20, 2024
1 parent beb30f2 commit 6ba4909
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 @@ -44,7 +44,7 @@ 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 }}
additional_ubuntu_build_flags: '-x :http-native:test -x :http-compiler-plugin-tests:test ${{ inputs.build_properties }}'
additional_windows_build_flags: '-x :http-native:test -x :http-compiler-plugin-tests:test ${{ inputs.build_properties }}'
java_tool_options: '-Dfile.encoding=UTF8'

0 comments on commit 6ba4909

Please sign in to comment.