Project

General

Profile

Task #563

Updated by Marcel Poul almost 7 years ago

This ticket closely correspond with #561 #TODO ticket. 

 We made a workflow that resave all entities and started it for identities. It fell after like 200 entities. 
 Filip then made a LRT that resave all entities too, but runs in 4 threads - this was not because we believed that it could address our problem, but we wanted to make the run quicker. It was quite a surprise, that it manage all of 5600 identities. But after the end of LRT the memory of java is constantly on 6GB, even if IdM do nothing all day. I guess garbage collector run several times since the end of LRT. 

 So there are several possible problems with memory management in CzechIdM and it deserves some analytic work.

Back