JVM performance tuning for large applications

前端 未结 7 688
生来不讨喜
生来不讨喜 2021-01-29 20:10

The default JVM parameters are not optimal for running large applications. Any insights from people who have tuned it on a real application would be helpful. We are running the

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-29 20:33

    Java on 32-bit windows machine, your choices are limited. In my experience, the follow parameter setting will impact the application performance:

    1. memory sizes
    2. choice of GC collectors
    3. parameters related to GC collectors

提交回复
热议问题