From b773df33b20b2c0d6d5010e66beda62574b68457 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:40:21 +0530 Subject: [PATCH] Remove Java max memory limit ## Purpose > $Subject Part of: https://github.com/ballerina-platform/ballerina-library/issues/7384 --- .github/workflows/build-with-bal-test-graalvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 3f8e18c3..1cdf025d 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -34,5 +34,5 @@ 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_windows_build_flags: '-x test'