Manual:$wgMaxArticleSize/ko
Appearance
| Performance hacks and limits: $wgMaxArticleSize | |
|---|---|
| Maximum page size in kibibytes. |
|
| 이 변수가 소개된 버전: | 1.6.0 (r13070) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | 미지정 |
| 기본값: | 2048 |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Also used for the post-expand include size and template argument size which are used to abort parsing the page when the pre-processed wikitext that results from transcluding templates would be too large.
If the article does not render as expected and the HTML source has errors like <!-- WARNING: template omitted, post-expand include size too large --> or, when you get an error during importing about the text of the revision exceeding the maximum allowable size, then you can use this setting to adapt the maximum page size in kibibytes allowed on your wiki.
In general, it is a preferred approach to split the respective page into several smaller pages.
If you increase this value, you should generally also increase
$wgAPIMaxResultSize accordingly. A usual value would be $wgMaxArticleSize * 4096.