forked from aerospike/aws-cloudformation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom_namespace.conf
21 lines (19 loc) · 972 Bytes
/
custom_namespace.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Namespace configuration for ExampleNS
namespace ExampleNS {
memory-size 4G # Must be less than instance memory
replication-factor 2
# high-water-memory-pct 60
# high-water-disk-pct 50
# stop-writes-pct 90
# default-ttl 0
storage-engine device {
#data-in-memory false
device /dev/sdf /dev/sdg # /dev/sdf = ephemeral. t2, m4 and c4 instances do not support ephemeral
# /dev/sdg = EBS. Must have provisioned an EBS volume.
# The second entry is used as a shadow device. It is always recommended
# to use ephemeral as the primary storage device and EBS as a shadow
# device. See the following article for more details:
# www.aerospike.com/docs/deploy_guides/aws/recommendations
write-block-size 1M
}
}