Key:Value limitations

Hello,

What are the limitations to the number of key:values that can be stored in Consul? I see the size max is 512 KB, but I wonder how many can exist. Is that just a limitation of disk space?

Consul stores the entire dataset in memory, so while you could constrain yourself with disk space - you will likely run out of memory first :slight_smile: