Skip to content

Commit 32cc9ab

Browse files
Update codeql-analysis.yml
1 parent 1b31d70 commit 32cc9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Grant execute permission for gradlew
8282
run: chmod +x gradlew
8383
- name: Build with Gradle
84-
run: ./gradlew clean build "-Dorg.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
84+
run: ./gradlew clean build "-Dorg.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
8585

8686
- name: Perform CodeQL Analysis
8787
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)