This commit is contained in:
tzugen 2022-04-06 09:34:55 +02:00
parent cef81fc949
commit 9bbced8fc4
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ jobs:
- image: cimg/android:2022.03.1
working_directory: ~/ultrasonic
environment:
JVM_OPTS: -Xmx6400m -XX:MaxMetaspaceSize=1g -verbose:gc -Xlog:gc*
JAVA_TOOL_OPTIONS: -Xmx6400m -XX:MaxMetaspaceSize=1g -verbose:gc -Xlog:gc*
JVM_OPTS: -Xmx6400m -Xms256m -XX:MaxMetaspaceSize=1g -verbose:gc -Xlog:gc*
JAVA_TOOL_OPTIONS: -Xmx6400m -Xms256m -XX:MaxMetaspaceSize=1g -verbose:gc -Xlog:gc*
resource_class: large
steps:
- checkout

2
gradlew vendored
View File

@ -86,7 +86,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=${0##*/}
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx256m" "-Xms256m"'
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum