Health Check: JVM Code Cache

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

アトラシアン社外秘

この記事は未検証なのでお客様と共有できません。


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

このヘルス チェックについて

This check verifies that you’re using the recommended JVM (Java Virtual Machine) configuration for code cache memory.

The JVM generates native code and stores it in a memory area called the Code cache.

Insufficient code cache memory can cause the JVM to disable its just-in-time (JIT) compilers, which can have a significant impact on Confluence’s performance.

This code cache is primarily controlled by the ReservedCodeCacheSize property. This property is set to 256 MB by default in the setenv.sh / .bat file. If you have a large Confluence instance, you may need to increase the size.

(info) This health check is only shown if you use Java 1.8 or above.

結果の確認

アイコン結果意味
(tick) パス

Your JVM has enough memory available for the code cache and compilers to run properly.

You're using the recommended configuration. There's currently sufficient memory available for the JVM’s code cache and C1/C2 compilers to run correctly.

(warning) 警告

Your JVM is approaching the limit of memory allocated to code caching.

We recommend increasing the maximum size of the code cache to avoid performance issues.

(warning) 警告

Your JVM code cache memory is below the recommended limit.

We recommend increasing the maximum size of the code cache to avoid performance issues.

Fail (critical)

Your JVM doesn’t have enough free space allocated to code caching. This could be causing performance issues.

The JVM’s code cache has breached its limits and the JVM is very likely to have disabled its C1/C2 compilers.

We recommend increasing the ReservedCodeCacheSize limit to avoid performance issues.


ソリューション

If you’ve reached the limit of the code cache, we recommend increasing the ReservedCodeCacheSize property to 384 MB.

To do this, add the following arguments to the Java startup options by following the instructions in Configuring System Properties

-XX:ReservedCodeCacheSize=384m
-XX:+UseCodeCacheFlushing

Restart Confluence for the new settings to take effect.


最終更新日: 2020 年 2 月 3 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.