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.
|
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
添付ファイルのインデックス作成のサイズを制限すると、以下の結果が生じます。
For more details, please refer to the following JIRA issue.