Skip to content

Commit

Permalink
adjust JVM memory heap
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Jul 31, 2024
1 parent 7b9822b commit 7bae081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- name: Apply Patches
run: ./gradlew applyPatches

- name: Build
- name: Build MojmapPaperclip
run: ./gradlew createMojmapPaperclipJar

- name: Build ReobfPaperclip
run: ./gradlew createReobfPaperclipJar

- name: Make release
uses: marvinpinto/action-automatic-releases@master
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ foliaRef=388cdacd1b373031caec202fca400f3fd7898285
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false
org.gradle.jvmargs = -Xmx4G -Dfile.encoding=UTF8

0 comments on commit 7bae081

Please sign in to comment.