This commit is contained in:
@@ -168,13 +168,15 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
- name: Build and verify Pixel 10 APK
|
- name: Build and verify Pixel 10 APK
|
||||||
env:
|
env:
|
||||||
CARGO_BUILD_JOBS: "1"
|
CARGO_BUILD_JOBS: "2"
|
||||||
CARGO_INCREMENTAL: "0"
|
CARGO_INCREMENTAL: "0"
|
||||||
# Keep the colocated Gitea instance responsive on a small host.
|
# The previous measured run kept about 16 GiB RAM free. GeckoView's
|
||||||
JAVA_TOOL_OPTIONS: -XX:ActiveProcessorCount=1
|
# Jetifier transform needs more than a 1 GiB heap, while two workers
|
||||||
|
# still leave ample headroom for the colocated Gitea instance.
|
||||||
|
JAVA_TOOL_OPTIONS: -XX:ActiveProcessorCount=2
|
||||||
GRADLE_OPTS: >-
|
GRADLE_OPTS: >-
|
||||||
-Dorg.gradle.jvmargs=-Xmx1G
|
-Dorg.gradle.jvmargs=-Xmx4G
|
||||||
-Dorg.gradle.workers.max=1
|
-Dorg.gradle.workers.max=2
|
||||||
-Dorg.gradle.parallel=false
|
-Dorg.gradle.parallel=false
|
||||||
-Dorg.gradle.daemon=false
|
-Dorg.gradle.daemon=false
|
||||||
-Dkotlin.compiler.execution.strategy=in-process
|
-Dkotlin.compiler.execution.strategy=in-process
|
||||||
|
|||||||
Reference in New Issue
Block a user