-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds SPARK_DAEMON_MEMORY (driver memory) config var
Before we only set spark.driver.memory in spark-defaults.sh. This acutally only sets the driver memory for the executed job! SPAR_DAEMON_MEMORY sets the driver/master memory on startup. This should not have affected any previous benchmarks as 1. The default is 1gb 2. It only needs to be increased in case of very huge collects and broadcasts
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters