David Medinets created ACCUMULO-632:
---------------------------------------
Summary: 512Mb Configuration Example - JVM Memory Too Small.
Key: ACCUMULO-632
URL: https://issues.apache.org/jira/browse/ACCUMULO-632
Project: Accumulo
Issue Type: Bug
Reporter: David Medinets
Priority: Minor
In conf/examples/512MB/native-standalone/accumulo-env.sh, it says:
ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx48m -Xms48m -Xss128k"
And in the accumulo-site.xml in the same directory, it sets:
tserver.memory.maps.max: 80M
tserver.cache.index.size: 20M
This combination of value prevents tserver from starting. In order to get
running, I set the JVM values to 128M.
Please correct one or both of these settings so that the tserver will start.
--
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