[ 
https://issues.apache.org/jira/browse/SOLR-18186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071367#comment-18071367
 ] 

ASF subversion and git services commented on SOLR-18186:
--------------------------------------------------------

Commit 54a802d15be7b6e32cba9063cc706c94b35c25b8 in solr's branch 
refs/heads/main from raviranjanjha
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=54a802d15be ]

Fix for defect SOLR-18186: Solr heap used percentage uses committed heap 
instead of max heap which raises false alarm (#4257)

> Solr heap used percentage uses committed heap instead of max heap which 
> raises false alarm 
> -------------------------------------------------------------------------------------------
>
>                 Key: SOLR-18186
>                 URL: https://issues.apache.org/jira/browse/SOLR-18186
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 10.0, 9.10.1
>            Reporter: Ravi Ranjan Jha
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2026-04-01-15-52-26-883.png, 
> image-2026-04-01-15-54-29-256.png
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Solr heap used percentage uses committed heap instead of max heap. Ideally it 
> should use configured max heap size for the calculation.
> It causes unnecessary concern to the users who see a high percentage in red 
> even for low heap usage.
> As an example in this image it shows the heap usage as 89% in red for 6.9 GB 
> usage because committed memory is 7.6 GB but the actually configured max heap 
> (-Xmx) is 12GB. This computation should use configured max heap size of 12 GB 
> instead which will show the actual status of the node heap usage.
> !image-2026-04-01-15-52-26-883.png!
>  
> !image-2026-04-01-15-54-29-256.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to