You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/03/10 23:14:42 UTC

[jira] [Created] (PHOENIX-131) Incorrect determination of total available memory

James Taylor created PHOENIX-131:
------------------------------------

             Summary: Incorrect determination of total available memory
                 Key: PHOENIX-131
                 URL: https://issues.apache.org/jira/browse/PHOENIX-131
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor
            Priority: Critical
         Attachments: totalMem.patch

Instead of using Runtime.getRuntime().maxMemory() to get the total memory, we were using Runtime.getRuntime().totalMemory(). Fixing this and we'll have *a lot* more memory available for GROUP BY and joins.



--
This message was sent by Atlassian JIRA
(v6.2#6252)