Manual:$wgMaxGeneratedPPNodeCount
この機能は、バージョン 1.35.0 で完全に除去されました。 |
構文解析: $wgMaxGeneratedPPNodeCount | |
---|---|
テンプレート展開の複雑さの上限。Preprocessor::preprocessToObj() が生成したノードの最大数。 |
|
導入されたバージョン: | 1.20.0 (Gerrit change 23921; git #2caa7829) |
除去されたバージョン: | 1.35.0 (Gerrit change 567156; git #Id48effc) |
許容される値: | (整数) |
既定値: | 1000000 |
その他の設定: アルファベット順 | 機能順 |
詳細
テンプレート展開の複雑さの上限であり、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.