(storage.c:103) Community Edition limit exceeded

Hi, just installed latest aerospike community edition. we get the following errror:

Nov 17 2020 11:01:20 GMT: INFO (drv_ssd): (drv_ssd.c:1046) /dev/sdb has 1144128 wblocks of size 1048576
Nov 17 2020 11:01:20 GMT: INFO (drv_ssd): (drv_ssd.c:1046) /dev/sdc has 1144128 wblocks of size 1048576
Nov 17 2020 11:01:20 GMT: INFO (drv_ssd): (drv_ssd.c:2781) {disk_ns} found all 2 devices fresh, initializing to random 11112878390247995587
Nov 17 2020 11:01:21 GMT: CRITICAL (storage): (storage.c:103) Community Edition limit exceeded

namespace config:

namespace disk_ns {
        replication-factor 2
        high-water-memory-pct 75
        high-water-disk-pct 75
        memory-size 85G
        default-ttl 0
        nsup-period 120
        storage-engine device {
                device /dev/sdb
                device /dev/sdc
       }
}

I am not sure why since the limitation page does seem to indicated that license allows for 128 devices. If i run the above with only one device it works. Can someone advice where did we go wrong?

How big are those devices? How many do you have total in this cluster? How many nodes? How many objects do you have? Was this an empty start? What version is this? What version did you upgrade from?

You are probably hitting this limitation:

For Community Edition, maximum: 5TB for entire cluster, divided into 640GB of unique data per node: 5TB ÷ 8 maximum number of nodes per cluster. The maximum 640GB per node is calculated only on available capacity of the node, not actual capacity, and can include system overhead for necessary server processes.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.