Confluence gives you the option of limiting the maximum size of a single file attachment. Confluence administrators should keep in mind that the amount of disk space used by Confluence is directly proportional to the number and size of attachments put into the system.

添付ファイルで許可される最大サイズを設定する手順:

  1. Choose the cog icon  at top right of the screen, then choose Confluence Admin.

  2. 左側のパネルにある一般設定を選択する。
  3. 編集を選択する。
  4. Enter the maximum size next to Attachment Maximum Size'. The default is 10 MB.
  5. 保存を選択します 。

To configure the maximum 'index-able size of attachments':

By default, large attachment is defined as greater than 1 MB.
The threshold for attachments that won't get excerpts can be modified using the system property atlassian.indexing.contentbody.maxsize, which takes a size in bytes.

To specify 250 kb you would use the following JVM parameter:
-Datlassian.indexing.contentbody.maxsize=256000

Outcomes of Limiting Attachment Indexing Size

添付ファイルのインデックス作成のサイズを制限すると、以下の結果が生じます。

  • 大容量の添付ファイルがある場合にインデックスのサイズを削減します。
  • Decreases the memory used in indexing large attachments.
  • 検索結果で大容量の添付ファイルの抜粋を表示できません。

For more details, please refer to the following issue in our issue tracker: CONF-10512.

  • ラベルなし