Skip to content

Commit

Permalink
#0 | Document change to CI GRADLE_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Oct 18, 2024
1 parent 8f4024f commit 170fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ build: build_env build_app
build_env_ci:
export NODE_OPTIONS=--max_old_space_size=2048
cd packages/openchs-android && npm install --legacy-peer-deps
# export GRADLE_OPTS="-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process -Dorg.gradle.workers.max=4 -Xms1024m -Xmx4096M -XX:MaxMetaspaceSize=2g"
# export GRADLE_OPTS="-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process -Dorg.gradle.workers.max=4 -Xms1024m -Xmx4096M -XX:MaxMetaspaceSize=2g -XX:+UseParallelGC"
# GRADLE_OPTS set via circleci env vars ui

# <packager>
Expand Down

0 comments on commit 170fba9

Please sign in to comment.