Concurrent mode failure
Hi,
During running performance tests, “Concurrent mode failure” issue occurred twice.
From what I read online this could occur because :
1. An object is promoted that is too large to fit into any contiguous space in memory.
2. There isn't enough space in tenured to account for the rate of live objects being promoted.
Is it possible to know the specific reason from the logs :
2023-05-15T09:44:28.796+0000: 72404.340: [GC (Allocation Failure) 2023-05-15T09:44:28.797+0000: 72404.340: [ParNew (promotion failed): 1989926K->1978441K(2108608K), 1.2122562 secs]2023-05-15T09:44:30.009+0000: 72405.552: [CMS2023-05-15T09:44:32.507+0000: 72408.051: [CMS-concurrent-mark: 22.913/34.947 secs] [Times: user=783.96 sys=58.50, real=34.94 secs]
(concurrent mode failure): 67102203K->66480666K(83958208K), 316.5658479 secs] 69078226K->66480666K(86066816K), [Metaspace: 86903K->86903K(94208K)], 317.7785441 secs] [Times: user=273.91 sys=71.50, real=317.78 secs]
2023-05-15T11:49:54.945+0000: 79930.488: [GC (Allocation Failure) 2023-05-15T11:49:54.945+0000: 79930.488: [ParNew (promotion failed): 2058684K->2071112K(2108608K), 0.7569158 secs]2023-05-15T11:49:55.702+0000: 79931.245: [CMS2023-05-15T11:49:56.994+0000: 79932.538: [CMS-concurrent-preclean: 1.750/2.579 secs] [Times: user=9.34 sys=0.68, real=2.58 secs]
(concurrent mode failure): 64427482K->64792085K(83958208K), 270.7814328 secs] 66389686K->64792085K(86066816K), [Metaspace: 87069K->87069K(94208K)], 271.5387835 secs] [Times: user=227.52 sys=48.46, real=271.54 secs]
Thanks in advance,
Edit your Comment