Differences

This shows you the differences between two versions of the page.

Link to this comparison view

79:java_garbage [2024/03/06 01:22] – created - external edit 127.0.0.179:java_garbage [2024/03/08 10:15] (current) – removed Weinlein, Thomas
Line 1: Line 1:
-[[:79:configure_stages|Configure the Stages Server]] 
- 
-====== Java Garbage Collection Strategies ====== 
- 
-The JavaVM provides a variety of different garbage collection strategies (algorithms). These different algorithms can have a huge impact on the performance of Java applications. Our internal tests have shown that for most customer scenarios the default garbage collector gives the best results. Therefore we advice our customers to leave the garbage collector settings for Stages unchanged. 
-