Skip to content

Commit

Permalink
Allocate more memory on properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
cristhianescobar authored Sep 27, 2024
1 parent 9f022d1 commit 79390d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release-bundle-ontag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ./gradlew :android:app-newm:assembleProductionRelease

- name: build bundle production
run: ./gradlew :android:app-newm:bundleProduction -Dorg.gradle.jvmargs="-Xmx4g -XX:MaxPermSize=512m"
run: ./gradlew :android:app-newm:bundleProduction

- uses: r0adkll/sign-android-release@v1
name: Sign app APK
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4096M"
org.gradle.caching=true
org.gradle.configuration-cache=true

Expand Down

0 comments on commit 79390d4

Please sign in to comment.