You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in detail in #949, when using native memory management, we currently create one pool per plan and do not take executor concurrency into account when setting spark.executor.memoryOverhead.
Describe the potential solution
This issue is for implementing a shared pool between native plans within an executor.
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem the feature request solves?
As described in detail in #949, when using native memory management, we currently create one pool per plan and do not take executor concurrency into account when setting
spark.executor.memoryOverhead
.Describe the potential solution
This issue is for implementing a shared pool between native plans within an executor.
Additional context
No response
The text was updated successfully, but these errors were encountered: