cancel
Showing results for 
Search instead for 
Did you mean: 

Garbage Collection Problem

Former Member
0 Kudos

Hi All,

I am facing some problem with frequent Garbage Collection application running in the background. Issue in production system. Frequently GC is happening, which is affecting the performance. Is there any work around. Issue is affecting the employees and data is inconsistent.

Please help on this asap.

Regards,

Soorya

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

do you mean fullGC?

How often do they occure?

Which jdk-version do you have?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>I am facing some problem with frequent Garbage Collection application running in the background.

usually issues with GC are not that simple

also you need to check what kind of GC is happening first then you can start checking why

but my guess would be there is something wrong with the flow and this is causing the GC to work in a wrong way

(if it was working before)

when I did GC checks for my clients it was at least one day of work sometimes to find out what was wrong + repairs later on

Regards,

Michal Krawczyk