python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
G1 GC allocated memory is more than heap size
I change GC for application server. Now I use G1 GC. I have 30 GB RAM. For initial testing I set only Xms and Xmx values to be the same 23040 mb.
Settings I use:
-Xms23040m -Xmx23040m -XX:+UseG1GC...

grep
Votes: 0
Answers: 2
jvm G1 ,The memory is full, full gc and fail has many many times , then throw OOM , 5min or more, cost a long time ,why?
in my demo project,
69.741: [Full GC (Allocation Failure) 1023M->1023M(1024M), 1.1631632 secs]
about 30+ times, then throw OOM, about 1min.
the same jvm params, the same code.
in my online projec...
perfect
Votes: 0
Answers: 1