Our ALM seemed to be sluggish the other day.
We bounced ALM service on server and it seems corrected itself.
We are trying to understand what caused slowness and our performance team was asking since ALM is Java process, an assumption is it could be related to lots of garbage collections occurring.
Is there option to enable GC logging, add it to the JVM arguments so that we can monitor if Java garbage is cause if it happens again?
↧