Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed May 19, 2019
1 parent 1e17c19 commit 39fbad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adam-python/bdgenomics/adam/test/__init__.py
Expand Up @@ -60,7 +60,7 @@ def setUp(self):
self.ss = SparkSession.builder \
.master('local[4]') \
.appName(class_name) \
.config('spark.executor.memory', '4g') \
.config('spark.executor.memory', '8g') \
.getOrCreate()
self.sc = self.ss.sparkContext

Expand Down

0 comments on commit 39fbad5

Please sign in to comment.