Yohahaha opened a new pull request, #5635:
URL: https://github.com/apache/incubator-gluten/pull/5635
## What changes were proposed in this pull request?
After this PR, the peak memory usage decreased from 1.1G to 816M, and add
ListenableMemoryAllocator into memory usage dump.
```
24/05/07 16:56:14 WARN [Executor task launch worker for task 1.0 in stage
7.0 (TID 1025)] NativeMemoryManager: About to release memory manager, usage
dump:
ShuffleWriter: Current used bytes: 1024.0 KiB, peak
bytes: 212.3 MiB
+- ShuffleWriter_root: Current used bytes: 0.0 B, peak
bytes: 1024.0 KiB
| \- ShuffleWriter_default_leaf: Current used bytes: 0.0 B, peak
bytes: 1408.0 B
\- gluten_allocator: Current used bytes: 0.0 B, peak
bytes: 211.3 MiB
```
(Fixes: \#5630)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]