You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by joshelser <gi...@git.apache.org> on 2017/03/23 17:11:05 UTC

[GitHub] accumulo issue #235: ACCUMULO-4612 - Simplify Accumulo memory configuration

Github user joshelser commented on the issue:

    https://github.com/apache/accumulo/pull/235
  
    With the percentages essentially being transformed into discrete values, our same sanity checks should be in place that would prevent users from providing configuration that exceeds the heap size?
    
    I think it's just the one: `'-Xmx' >= (block caches) + (non-native-maps)`? Do we need to update that check? Does anyone remember where that check is? :)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---