One gc tuning guide reader found an issue with the documentation in the tuning guide:
URL: https://docs.oracle.com/en/java/javase/19/gctuning/factors-affecting-garbage-collection-performance.html#GUID-4ADBEDE9-5D52-4FBF-ADB2-431C3EB089C5
* In this sentence: The most important factor affecting garbage collection performance is total available memory. Because collections occur when generations fill up, throughput is inversely proportional to the amount of memory available.
"I think it should be directly proportional, as the throughput increases when available memory increases."
URL: https://docs.oracle.com/en/java/javase/19/gctuning/factors-affecting-garbage-collection-performance.html#GUID-4ADBEDE9-5D52-4FBF-ADB2-431C3EB089C5
* In this sentence: The most important factor affecting garbage collection performance is total available memory. Because collections occur when generations fill up, throughput is inversely proportional to the amount of memory available.
"I think it should be directly proportional, as the throughput increases when available memory increases."