You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/02/10 07:34:41 UTC

[jira] [Created] (ACCUMULO-4585) bootstrap_config generates invalid 512MiB memory profile

Sean Busbey created ACCUMULO-4585:
-------------------------------------

             Summary: bootstrap_config generates invalid 512MiB memory profile
                 Key: ACCUMULO-4585
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4585
             Project: Accumulo
          Issue Type: Bug
          Components: scripts
    Affects Versions: 1.8.0
            Reporter: Sean Busbey


I attempted to stand up a single node 1.8.0 installation using {{bootstrap_config.sh}} and selecting the 512MiB option for memory.

My tableserver failed to start with this error:

{code}
2017-02-09 23:29:15,404 [tserver.TabletServer] ERROR: Uncaught exception in TabletServer.main, exiting
java.lang.IllegalArgumentException: Maximum tablet server map memory 83,886,080 block cache sizes 28,311,552 and mutation queue size 52,428,800 is too large for this JVM configuration 129,761,280
        at org.apache.accumulo.tserver.TabletServerResourceManager.<init>(TabletServerResourceManager.java:177)
        at org.apache.accumulo.tserver.TabletServer.<init>(TabletServer.java:378)
        at org.apache.accumulo.tserver.TabletServer.main(TabletServer.java:2920)
        at org.apache.accumulo.tserver.TServerExecutable.execute(TServerExecutable.java:33)
        at org.apache.accumulo.start.Main$1.run(Main.java:120)
        at java.lang.Thread.run(Thread.java:745)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)