Relative Content

Tag Archive for javaperformancegarbage-collection

How to Tune GC for applications maintaining large amount of cache data?

We are running Spring boot restapi application in Production. Suddenly process is not accepting any requests and we couldn’t see logs also. Process got hung. We are using G1GC .We are maintaining internal cache using Concurrenthashmap .We feel that Cache might took lot of heap space. We don’t want to delete data in Cache and at the same time I want to tune GC.