Skip to content

Commit 0e535b7

Browse files
committed
Add: Gradle Memory Options
1 parent 48db7d5 commit 0e535b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
name: Verify plugin
146146
needs: [ build ]
147147
runs-on: ubuntu-24.04
148+
env:
149+
GRADLE_OPTS: -Xmx4g -Xms1g "-XX:MaxMetaspaceSize=1g"
148150
steps:
149151
- name: Maximize Build Space
150152
uses: jlumbroso/free-disk-space@main

0 commit comments

Comments
 (0)