Eviction mechanisms in Aerospike

Hello,

On a vanilla install of 3.12.1, evict-hist-buckets seems to be set to 100, on a in memory namespace. This is not what the document said. Can it be specific to a in memory namespace ?

I tried to change it in config or by command line to 1000. The value changed in config (asinfo -v "namespace/test" -l | grep evict gives the good result), but asinfo -v 'hist-dump:ns=test;hist=ttl'still dumps an histogram of 100 values.

Am I missing something ?

Thx