Skip to content

Commit

Permalink
setting heap to 600M
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie committed Sep 6, 2023
1 parent dac9a1a commit 7f6ac2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v2
- name: Build with Gradle
run: ./gradlew build
env:
_JAVA_OPTIONS: -Xmx600M
- name: Pull and Run Docker for security tests
run: |
version=`./gradlew properties -q | grep "opensearch_version:" | awk '{print $2}'`
Expand Down

0 comments on commit 7f6ac2f

Please sign in to comment.