Hi,
I am using lua-resty-lrucache to cache some internal counters, Each key+value size could be around 50 bytes, but the cache could grow to about 200K keys.
I tries to load test this, I see that at around 100K keys my nginx pauses with nothing in error logs and not serving any requests but then resumes in some time - I guess some GC like process.
Is it ok to use lua-resty-lrucache for as much as 200K keys, what parameter can I tune to make that possible?
Thanks
Sachin