Skip to content

Commit

Permalink
fix: Correct the Android java environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes committed May 14, 2019
1 parent e30ee7d commit 917129a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ parameters:
java_options:
description: Java command options. Note that setting this will override the default options so you might need to supply those as well.
type: string
default: '-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Xms1048m -Xmx3048m'
default: '-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
gradle_options:
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
type: string
default: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError -Xmx3048m"'
default: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+UnlockExperimentalVMOptions -XX:+HeapDumpOnOutOfMemoryError"'
build_threads:
description: The number of build threads to use.
type: integer
Expand Down

0 comments on commit 917129a

Please sign in to comment.