Skip to content

Commit

Permalink
Adds spark.driver.memory
Browse files Browse the repository at this point in the history
  • Loading branch information
danilojsl committed Nov 23, 2018
1 parent 083dea0 commit 6fd29f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- stage: scala
install: skip
language: scala
script: docker run "$DOCKER_SPARK_NLP_SCALA" sbt -mem 4000 test
script: docker run "$DOCKER_SPARK_NLP_SCALA" sbt -mem 4500 test
- stage: python
install: skip
language: python
Expand Down

0 comments on commit 6fd29f7

Please sign in to comment.