Jason Trost created ACCUMULO-685:
------------------------------------

             Summary: Example accumulo-env.sh's specify min stack size that is 
too small for Java 1.7.4+
                 Key: ACCUMULO-685
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-685
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.5.0, 1.4.1, 1.3.6
            Reporter: Jason Trost
            Assignee: Jason Trost


In Java 1.7.4+ the minimum stack size is 160k.  All of the example configs 
attempt to set it to 128k which causes the tserver to fail to start.

tserver.err
{noformat}
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
{noformat}

tserver.out
{noformat}
The stack size specified is too small, Specify at least 160k
{noformat}

--
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

        

Reply via email to