From 5a8159284bf948b3ef98496e96de14f189acf274 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Mon, 19 Aug 2024 17:23:52 +0200 Subject: [PATCH] bump memory in other gradle files --- RNSentryAndroidTester/gradle.properties | 4 ++-- samples/react-native/android/gradle.properties | 2 +- test/perf/TestAppPlain/android/gradle.properties | 2 +- test/perf/TestAppSentry/android/gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RNSentryAndroidTester/gradle.properties b/RNSentryAndroidTester/gradle.properties index 3c5031eb7..34d08a3f8 100644 --- a/RNSentryAndroidTester/gradle.properties +++ b/RNSentryAndroidTester/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx3072m -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects @@ -20,4 +20,4 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true diff --git a/samples/react-native/android/gradle.properties b/samples/react-native/android/gradle.properties index 756ff5b09..7c2c6c745 100644 --- a/samples/react-native/android/gradle.properties +++ b/samples/react-native/android/gradle.properties @@ -10,7 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-Xmx3072m -XX:MaxMetaspaceSize=512m org.gradle.logging.level=lifecycle # When configured, Gradle will run in incubating parallel mode. diff --git a/test/perf/TestAppPlain/android/gradle.properties b/test/perf/TestAppPlain/android/gradle.properties index 9500894a1..78bb32e88 100644 --- a/test/perf/TestAppPlain/android/gradle.properties +++ b/test/perf/TestAppPlain/android/gradle.properties @@ -10,7 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-Xmx3072m -XX:MaxMetaspaceSize=512m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit diff --git a/test/perf/TestAppSentry/android/gradle.properties b/test/perf/TestAppSentry/android/gradle.properties index 9500894a1..78bb32e88 100644 --- a/test/perf/TestAppSentry/android/gradle.properties +++ b/test/perf/TestAppSentry/android/gradle.properties @@ -10,7 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-Xmx3072m -XX:MaxMetaspaceSize=512m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit