Resolved! Garbage Collection optimization
I have a case where garbage collection is taking much time and I want to optimize it for better performance
- 3487 Views
- 2 replies
- 0 kudos
Latest Reply
You can also tune the JVM's GC parameters directly, if you mean the pauses are too long. Set "spark.executor.extraJavaOptions", but it does require knowing a thing or two about how to tune for what performance goal.
- 0 kudos