Skip to content

Commit 1269a6e

Browse files
Attempting to update JVM args
1 parent 84886c0 commit 1269a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-gradle-
3535
- name: Build
36-
run: ./gradlew build --no-daemon --stacktrace --build-cache -Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=25m"
36+
run: ./gradlew build --no-daemon --stacktrace --build-cache
3737
env:
3838
S3_BUILD_CACHE_AWS_REGION: ${{ secrets.S3_BUILD_CACHE_AWS_REGION }}
3939
S3_BUILD_CACHE_BUCKET_NAME: ${{ secrets.S3_BUILD_CACHE_BUCKET_NAME }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22
android.useAndroidX=true
3-
org.gradle.jvmargs=-Xmx4g
3+
org.gradle.jvmargs=-Xmx4g -Xms256m -XX:MaxMetaspaceSize=384m -XX:+HeapDumpOnOutOfMemoryError
44

55
SONATYPE_HOST=DEFAULT
66
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)