Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove workers limit, add swap space 10g
  • Loading branch information
krystofwoldrich committed Oct 23, 2024
commit c429881cb0d64f948034037952e89e8f3e685f39
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
submodules: 'recursive'

- name: Set Swap Space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # pin@v1
with:
swap-size-gb: 10

- name: Setup Java Version
uses: actions/setup-java@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ org.gradle.jvmargs=-Xmx12g -XX:MaxMetaspaceSize=4g -XX:+CrashOnOutOfMemoryError
org.gradle.caching=true
org.gradle.parallel=true

# Daemons workers
org.gradle.workers.max=4

# AndroidX required by AGP >= 3.6.x
android.useAndroidX=true

Expand Down