How to increase the Java stack size?

后端 未结 9 1775
余生分开走
余生分开走 2020-11-22 01:59

I asked this question to get to know how to increase the runtime call stack size in the JVM. I\'ve got an answer to this, and I\'ve also got many useful answers and comments

9条回答
  •  旧时难觅i
    2020-11-22 02:03

    Add this option

    --driver-java-options -Xss512m
    

    to your spark-submit command will fix this issue.

提交回复
热议问题