Kéziköny:$wgMaxGeneratedPPNodeCount

From mediawiki.org
This page is a translated version of the page Manual:$wgMaxGeneratedPPNodeCount and the translation is 71% complete.
Parser: $wgMaxGeneratedPPNodeCount
A sablonkibontás komplexitási korlátja: a Preprocessor::preprocessToObj() által generálható node-ok maximális száma.
Bevezetve:1.20.0 (Gerrit change 23921; git #2caa7829)
Eltávolítva:1.35.0 (Gerrit change 567156; git #Id48effc)
Megengedett értékek:(integer)
Alapértelmezett érték:1000000

Részletek

A változó a sablonkibontás komplexitási korlátja, a Preprocessor::preprocessToObj() által generálható node-ok maximális számát adja meg.

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