You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2016/07/26 22:19:20 UTC

[jira] [Updated] (CASSANDRA-10939) Add missing jvm options to cassandra-env.ps1

     [ https://issues.apache.org/jira/browse/CASSANDRA-10939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulo Motta updated CASSANDRA-10939:
------------------------------------
    Attachment: 0001-Add-missing-jvm-options-to-cassandra-env.ps1.patch

Attaching patch adding -XX:CompileCommandFile and -XX:HeapDumpPath options to cassandra-env.ps1.

Tested locally with {{$env:CASSANDRA_CONF=C:\Users\Paulo\cassandra\conf}} and  {{$env:CASSANDRA_CONF=HEAP_DUMP_DIR=C:\Users\Paulo\cassandra}} and got the following additional jvm options:

{noformat}
-XX:CompileCommandFile=C:\Users\Paulo\cassandra\conf\hotspot_compiler
-XX:HeapDumpPath=C:\Users\Paulo\cassandra\cassandra-1469570395-pid11192.hprof
{noformat}

> Add missing jvm options to cassandra-env.ps1
> --------------------------------------------
>
>                 Key: CASSANDRA-10939
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10939
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Paulo Motta
>            Assignee: Paulo Motta
>            Priority: Minor
>         Attachments: 0001-Add-missing-jvm-options-to-cassandra-env.ps1.patch
>
>
> The following dynamic JVM options are missing from cassandra-env.ps1: {{-XX:HeapDumpPath}} and {{-XX:CompileCommandFile}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)