Skip to content

Commit cf7b861

Browse files
committed
try overriding jvm args
1 parent 89fd444 commit cf7b861

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/integration/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ java_gapic_test(
9393
test_classes = [
9494
"com.google.storage.v2.StorageClientTest",
9595
],
96+
jvm_flags = [
97+
"-Xmx1G", # or any valid value
98+
# No -Djava.security.manager here!
99+
],
96100
runtime_deps = ["@com_google_googleapis//google/storage/v2:storage_java_gapic_test"],
97101
)
98102

0 commit comments

Comments
 (0)