I'm standing completely still, but the amount of memory used always starts at 18% and then rises up to 72%, then it goes back to 18% and the cycle begins again.
Attachments
Comments 5
I'm pretty certain that this is normal behavior and I cannot confirm that there is an existing issue here.
This is probably just garbage collector activity, the RAM usage is cycling. Although I will admit that the Mem
usage is going up and down significantly faster than in 1.17.1.
This is in fact normal behavior.
Java will keep filling up ram, and then the garbage collection will clear it out. A memory leak is when the memory keeps increasing but never going down.
Can confirm, though for me it jumps from 75 down to 35.