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
Copy file name to clipboardExpand all lines: velox/docs/develop/memory.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -539,7 +539,7 @@ between queries by adjusting their memory pool’s capacities accordingly (see
539
539
540
540
The *MemoryArbitrator* is defined to support different implementations for
541
541
different query systems. As for now, we implement *SharedArbitrator* for both
542
-
Prestissimo and Prestissimo-on-Spark. `Gluten <https://github.com/apache/incubator-gluten>`_ implements its own memory
542
+
Prestissimo and Prestissimo-on-Spark. `Gluten <https://github.com/apache/gluten>`_ implements its own memory
543
543
arbitrator to integrate with the `Spark memory system <https://www.linkedin.com/pulse/apache-spark-memory-management-deep-dive-deepak-rajak/>`_. *SharedArbitrator*
544
544
ensures the total allocated memory capacity is within the query memory limit
545
545
(*MemoryManager::Options::arbitratorCapacity*), and also ensures each individual
0 commit comments