Asinfo disk/memory stats -- DB limits, or server limits?

For the asinfo command (or its Java equivalent), there are stats for disk and memory – total, used, available, etc.

Question: Are these limits specific to the DB capacity as configured, or do these reflect total server limits? (I assume it is DB-specific, but on our local server, we saw things that made us question this.)

Thanks.

Hi,

Your assumption is correct and these are the limits as configured with Aerospike and not actual hardware limits. Remember that you can easily over provision the settings (i.e. memory-size, REF: http://www.aerospike.com/docs/reference/configuration/#memory-size) and Aerospike will think you have that amount available when in fact it is not.

Thanks Petter