[ 
https://issues.apache.org/jira/browse/CASSANDRA-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401000#comment-13401000
 ] 

Trevor Robinson commented on CASSANDRA-4275:
--------------------------------------------

The patch is attached. Tested with Oracle 7u4 and OpenJDK 6u24 on amd64, and 
Oracle 7u4 on ARMv7. Reported stack sizes of 160k, 104k, and 64k, respectively. 
Just tested startup on amd64, but ran 'stress -o insert' on ARM.

Note that the patch also fixes an issue with CASSANDRA-4366 (UseCondCardMark) 
where JDK 1.7 was only detected on Linux.

                
> Oracle Java 1.7 u4 does not allow Xss128k
> -----------------------------------------
>
>                 Key: CASSANDRA-4275
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4275
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9, 1.1.0
>            Reporter: Edward Capriolo
>            Assignee: Sylvain Lebresne
>             Fix For: 1.1.2
>
>         Attachments: 4275.txt, trunk-cassandra-4275.1.patch.txt, 
> v1-0001-CASSANDRA-4275-Use-JVM-s-reported-minimum-stack-size-o.txt
>
>
> Problem: This happens when you try to start it with default Xss setting of 
> 128k
> =======
> The stack size specified is too small, Specify at least 160k
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> Solution
> =======
> Set -Xss to 256k
> Problem: This happens when you try to start it with Xss = 160k
> ========
> ERROR [Thrift:14] 2012-05-22 14:42:40,479 AbstractCassandraDaemon.java (line 
> 139) Fatal exception in thread Thread[Thrift:14,5,main]
> java.lang.StackOverflowError
> Solution
> =======
> Set -Xss to 256k

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