non-native In memory map warning does not accurate check memory
---------------------------------------------------------------
Key: ACCUMULO-106
URL: https://issues.apache.org/jira/browse/ACCUMULO-106
Project: Accumulo
Issue Type: Improvement
Components: tserver
Affects Versions: 1.4.0, 1.5.0
Reporter: John Vines
Assignee: John Vines
Priority: Minor
Fix For: 1.4.0, 1.5.0
Eric provided a check which would warn users if there in memory map was
non-native and insufficient size for the heap space given to the tserver.
Unfortunately it used runtime.freeMemory() which only return the free memory of
the JVM currently allocated to it. This leads to extraneous warnings regarding
the in memory map which are not valid and could end up confusing first time
users.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira