Skip to content

Commit

Permalink
Merge pull request #615 from tomwhite/increase-spark-buffer
Browse files Browse the repository at this point in the history
Increase Kyro buffer size for large objects in Spark.
  • Loading branch information
droazen committed Jul 8, 2015
2 parents 326373c + 6dbb322 commit 9a30442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ before_install:
- R --version
after_success:
- gradle jacocoTestReport coveralls
after_failure:
- dmesg | tail -100
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ test {

// ensure dataflowRunner is passed to the test VM if specified on the command line
systemProperty "dataflowRunner", System.getProperty("dataflowRunner")
// increase max buffer size for Spark serialization
systemProperty "spark.kryoserializer.buffer.max", "256m"

// set heap size for the test JVM(s)
minHeapSize = "1G"
Expand Down

0 comments on commit 9a30442

Please sign in to comment.