python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ZGC out of memory error when moving from G1GC
I have an application in Java 17 configured like so:
-Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxMetaspaceSize=1024m
It's a rather large web service that is pretty memory intensive over the years that's g...
RMSD
Votes: 0
Answers: 0
Major GC not running in G1 to clear Old Gen Heap
JVM uses G1 GC, Old Gen heap is increasing continuously, I have left my application for 5 days and below is the heap usage -
jstat -gcutil 1
S0 S1 E O M CCS YGC YGCT ...
Akash
Votes: 0
Answers: 0
In what way String Deduplication is different from String interning
As we know In Java String, process of storing and maintaining only one literal of any String is String interning.
I felt String Deduplication serves the same purpose when I read it first time.
could ...
Aravind Sundarraj
Votes: 0
Answers: 1
How to prioritize Java G1 garbage collection for memory over speed?
I have a Java/Spring data transfer service that reads records in from a .csv file, parses them, collates them in memory, and then loads them into a database.
Each run of parses a file that contains ~8...
FerdTurgusen
Votes: 0
Answers: 1