-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve memory management, raise driver memory limit which causes out… (
#82) * Improve memory management, raise driver memory limit which causes out of memory errors when results are large. * import fix. * Fix driver_mem_mb and test. * Make shouldn't fail if some files are missing when doing make clean. * CR feedback.
- Loading branch information
Showing
4 changed files
with
26 additions
and
27 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
DRIVER_MEM_INSTANCE_MEM_RATIO = 0.9 | ||
DRIVER_MEM_OVERHEAD_RATIO = 0.1 | ||
EXECUTOR_MEM_INSTANCE_MEM_RATIO = 0.95 | ||
EXECUTOR_MEM_OVERHEAD_RATIO = 0.1 |
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