How to check the effect of "mem_cache_size"?

Hello

I set the item of “mem_cache_size”.
However, how to check the value of “mem_cache_size”?
Do I use free command?

Could you tell me the way?

Thanks

If you query the /status endpoint on an admin listener, in the result the kong_core_db_cache should be sized, capacity-wise, to the mem_cache_size configuration value.

1 Like

@tyree731

Thank you for your answering!