Skip to content

Commit ab33d0c

Browse files
authored
xds: Allow Gradle to use more memory when building interop - GCE (#9354) (#10405)
Same as #9347, but for GCE framework too (xds and xds_v3 jobs). Should fix "Expiring Daemon because JVM heap space is exhausted". PR #9269 probably pushed the build over the edge, but there's been evidence via flakes for a good while that we've been reaching the limit. b/238334438
1 parent 256ef8b commit ab33d0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildscripts/kokoro/xds.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ fi
88
cd github
99

1010
pushd grpc-java/interop-testing
11-
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
11+
GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx1g'" \
12+
../gradlew installDist -x test -PskipCodegen=true -PskipAndroid=true
1213
popd
1314

1415
git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git

0 commit comments

Comments
 (0)