Manual:$wgMaxGeneratedPPNodeCount/de-formal
![]() | This feature was removed completely in version 1.35.0. |
Parser: $wgMaxGeneratedPPNodeCount | |
---|---|
A complexity limit on template expansion: the maximum number of nodes generated by Preprocessor::preprocessToObj() |
|
Eingeführt in Version: | 1.20.0 (Gerrit change 23921; git #2caa7829) |
Entfernt in Version: | 1.35.0 (Gerrit change 567156; git #Id48effc) |
Erlaubte Werte: | (integer) |
Standardwert: | 1000000 |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
A complexity limit on template expansion: the maximum number of nodes generated by Preprocessor::preprocessToObj()
This allows you to limit the amount of memory used by the Preprocessor_DOM node cache: testing indicates that each element uses about 160 bytes of memory on a 64-bit processor, so this default corresponds to about 155 MB.
See also
Categories:
- MediaWiki configuration settings/de-formal
- MediaWiki configuration settings 1.20.0/de-formal
- MediaWiki configuration settings introduced in version 1.20.0/de-formal
- MediaWiki configuration settings removed in version 1.35.0/de-formal
- MediaWiki deprecated or obsolete features/de-formal
- Parser variables/de-formal