Java VM tuning - Xbatch and -Xcomp

前端 未结 2 2107
春和景丽
春和景丽 2020-12-24 06:01

I am looking at the JVM configuration options for running Alfresco, mainly this document on the Alfresco Wiki. One of the recommendations is to use the JVM flags -Xcom

2条回答
  •  轮回少年
    2020-12-24 06:40

    Alfresco is an Enterprise Content Management. I am not sure how the flags affects its performance. Then a note in the same page said..

    -- This will, however, significantly increase the server startup time, but will highlight missing dependencies that can be hit later. ...

    IMHO, The author did not really mean a performance gain. He/she wrote it as means to check all dependencies are in place.

提交回复
热议问题