添付ファイルのサイズを設定する
Confluence には単一の添付ファイルの最大サイズを制限するオプションがあります。
添付ファイルで許可される最大サイズを設定する手順:
Go to > General Configuration.
- 編集を選択する。
'添付ファイルの最大サイズ' の横に最大サイズを入力します。
既定は 100 MB です。保存を選択します 。
'添付ファイルのインデックス作成可能なサイズ' の最大値を設定する手順:
By default, large attachment is defined as greater than 1 MB. The atlassian.indexing.contentbody.maxsize
system property controls whether the content of the attachment should be stored in the Lucene index or not. Attachments exceeding the size (in bytes) defined in this system property are still uploaded, but their contents are not indexed.
たとえば、インデックスを作成する最大サイズとして 250kb を指定するには、以下の JVM パラメータを指定します。
-Datlassian.indexing.contentbody.maxsize=256000
添付ファイルのインデックス作成サイズの制限:
- 大容量の添付ファイルがある場合にインデックスのサイズを削減します。
- 検索結果で大容量の添付ファイルの抜粋を表示できません。
最終更新日 2018 年 4 月 12 日
関連コンテンツ
- 関連コンテンツがありません
Powered by Confluence and Scroll Viewport.