Github user CodingCat commented on the issue:

    https://github.com/apache/spark/pull/14617
  
    ah...somehow I missed this email.....
    
    I like this idea, the comments here would be that `if the last screenshot 
is the latest design, will the user have to sum up the total amount of used 
memory?`
    
    how about exposing the all of total/on-heap/off-heap; and specifically, in 
UI, the default behavior would be displaying total, and user can check 
on-heap/off-heap details when the cursor hover around?
    
    just replace data-original-title in the following code snippet with the 
on-heap/off-heap memory details in some way (I think it is doable)
    
    ```javascript
    <span data-toggle="tooltip" data-placement="top" title="" 
data-original-title="Memory used / total available memory for storage of data 
like RDD partitions cached in memory.">
                  Storage Memory</span>
    ```
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to