Skip to content

Commit

Permalink
[BEAM-11023] Increase memory in SS Validates runner tests to avoid OO…
Browse files Browse the repository at this point in the history
…M in beam coders
  • Loading branch information
echauchot committed Sep 7, 2021
1 parent 5a40505 commit bccc5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/spark/spark_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ task validatesStructuredStreamingRunnerBatch(type: Test) {
forkEvery 1
maxParallelForks 4
// Increase memory heap in order to avoid OOM errors
jvmArgs '-Xmx4g'
jvmArgs '-Xmx7g'
useJUnit {
includeCategories 'org.apache.beam.sdk.testing.ValidatesRunner'
// Unbounded
Expand Down

0 comments on commit bccc5ea

Please sign in to comment.