Windows 上でサービスとして動作する Confluence のシステム プロパティを設定する方法
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
When running Confluence as a Windows Service, it doesn't recognize the system properties in setenv.bat and instead loads them from Tomcat.
ソリューション
How to modify properties for a Windows Service:
Identify the name of the service that Confluence is installed as in Windows (
Control Panel > Administrative Tools > Services).Open a command prompt (
Start >> Run, type in 'cmd' >> Enter).cdto thebindirectory of your Confluence instance.Type and run the following (change tomcat9w to whatever version you are using):
tomcat9w //ES//<Your_Service_Name>Click on the
Javatab to see the list of current start-up options:You can set the initial and maximum memory heap allocation here via "initial/maximum memory pool."
You can add System Properties to the Java Options field (one per line).
この内容はお役に立ちましたか?