Skip to content

Commit dee2c10

Browse files
authored
ci: raise Gradle MaxMetaspaceSize to 1g to fix Publish Release OOM (#2630)
1 parent 9c40949 commit dee2c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OneSignalSDK/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Remove when creating an .aar build.
2424
#android.enableAapt2=false
2525

26-
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
26+
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError
2727

2828
# Gradle daemon optimization
2929
org.gradle.daemon=true

0 commit comments

Comments
 (0)