This page describes how to set Java properties and options on startup for Confluence Stand-alone and EAR/WAR versions. |
|
On this page: 
|

|
|
Linux
- From
<confluence-install>/bin (Stand-alone) or <Tomcat-home>/bin (EAR-WAR installation), open setenv.sh. - Find the section JAVA_OPTS=
- Refer to the list of parameters below.
引用内部では、各パラメーターをスペース区切りのリスト形式で追加します。
|
Windows (.batファイルから起動)
<confluence-install>/bin (スタンドアロン) または <Tomcat-home>/bin (EAR-WAR インストレーション) で setenv.bat を開きます。- Find the section set JAVA_OPTS=%JAVA_OPTS%
- Refer to the list of parameters below.
Add all parameters in a space-separated list. Make sure to keep the string %JAVA_OPTS% in place.
|
Windows サービス
There are two ways to configure system properties when you Start Confluence Automatically on Windows as a Service, either via command line or in the Windows Registry

Windows サービスのプロパティをコマンド ラインから設定する

Windows レジストリで Windows サービスのプロパティを設定する
Windows の一部のバージョンには、Java 変数をサービスに追加するオプションがありません。この場合、レジストリ内のオプション一覧を表示してプロパティを追加する必要があります。
- Go to {{Start >> Run, and run "regedit32.exe".
 - Find the Services entry:
32-bit: HKEY_LOCAL_MACHINE >> SOFTWARE >> Apache Software Foundation >> Procrun 2.0 >> Confluence 64-bit: HKEY_LOCAL_MACHINE >> SOFTWARE >> Wow6432Node >> Apache Software Foundation >> Procrun 2.0 >> Confluence
 - 既存のプロパティを変更する (特に Xmx メモリを増やす) には、適切な値をダブルクリックします。
 - 追加のプロパティを変更するには、オプションをダブルクリックします。
 - Refer to the list of parameters below. Enter each on a separate line.
|
設定を確認する
To see what Confluence is using, check Viewing System Properties.

認識済みのシステム プロパティ

関連トピック
Recognized System Properties
Fix java.lang.OutOfMemoryError in Confluence