Github user 10110346 commented on the issue:
https://github.com/apache/spark/pull/20676
In `StaticMemoryManager`, the storage memory and unroll memory is managed
separately, but, unroll memory is also storage memory, so we do not need
release unroll memory really,Just need to release the memory for
`unrollMemoryMap` . @ConeyLiu--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
