You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kunal Khatua (JIRA)" <ji...@apache.org> on 2018/05/25 07:27:00 UTC

[jira] [Commented] (DRILL-5821) In the Drill web UI, display configured direct, heap memory

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

Kunal Khatua commented on DRILL-5821:
-------------------------------------

I think this Jira can be closed as DRILL-6289 appears to address it.

> In the Drill web UI, display configured direct, heap memory
> -----------------------------------------------------------
>
>                 Key: DRILL-5821
>                 URL: https://issues.apache.org/jira/browse/DRILL-5821
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.11.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>
> When diagnosing memory-related issues, the first question we always ask is, "how much memory has Drill been given." This turns out to be rather tedious: we have to log onto the node running Drill, track down the config value, and check the configured amount. Since there are multiple possible config files, we have to figure out which was actually used.
> An alternative is to do `ps aux | grep Drill` to look at the command line, but this also requires access to the node itself.
> As an easier route, just as we display encryption information on the web UI main page, display the following:
> {noformat}
> Resources
> Direct Memory: ## GB
> Heap Memory: # GB
> Cores: ##
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)