Skip to content

Commit e68564b

Browse files
committed
Update CodeQL memory
1 parent e975536 commit e68564b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040

4141
- name: Increase gradle daemon heap size
4242
run: |
43-
sed -i "s/org.gradle.jvmargs=/org.gradle.jvmargs=-Xmx3g /" gradle.properties
43+
# increasing beyond other workflows (3g) since this is running on a large runner
44+
sed -i "s/org.gradle.jvmargs=/org.gradle.jvmargs=-Xmx8g /" gradle.properties
4445
4546
- name: Setup Gradle
4647
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0

0 commit comments

Comments
 (0)