Cassandra Installation with Helm

From NovaOrdis Knowledge Base
Revision as of 02:20, 12 January 2021 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

This article refers to the bitnami Cassandra chart.

helm repo add bitnami https://charts.bitnami.com/bitnami
helm install my-release bitnami/cassandra

Configuration

JVM Heap Parameters

Add the following to the configuration overlay:

extraEnvVars:
  - name: JVM_OPTS
    value: '-Xms4G -Xmx4G -Xmn1G'

The -Xms, -Xmx and -Xmn values defined here will take precedence and will override the values calculated by the startup scripts.