Answer Posted / Kameshwar Upadhyay
Off-heap memory in Spark refers to a memory space outside the Java heap. It can be used for storing data that doesn't fit within the Java heap, such as large arrays or graphs. Off-heap memory can improve performance by reducing garbage collection overhead.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers