Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/details/error-driver-stack-overflow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Driver ran out of memory
#Driver stack overflow

Note that it is very rare to run into this error. You may see this error when you are using too many filters(in your sql/dataframe/dataset). Workaround is to increase spark driver JVM stack size by setting below config to something higher than the default

* ```spark.driver.extraJavaOptions: "-Xss512M"``` #Sets the stack size to 512 MB
* ```spark.driver.extraJavaOptions: "-Xss512M"``` #Sets the stack size to 512 MB