Loading
Version: Operator 1.x.xData In Memory
Here we provide namespace storage configuration for storing namespace data in memory only.
For more details, visit configuration of data-in-memory.
Create the namespace configuration
Following is the Storage specific config for aerospike cluster CR file.
aerospikeConfig:
namespaces:
- name: test
memory-size: 3000000000
replication-factor: 2
storage-engine:
type: memory
Get full CR file here.
Deploy the cluster
Follow the instructions here to deploy this configuration.