Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
PD-2287 Fixing java config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigocapmo committed Nov 17, 2021
1 parent 85ca858 commit 2845884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
default: "-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
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
Expand Down

0 comments on commit 2845884

Please sign in to comment.