Manual:$wgMemoryLimit/zh

Category:MediaWiki configuration settings/zh#MemoryLimitCategory:MediaWiki configuration settings introduced in version 1.16.0/zh#MemoryLimitCategory:MediaWiki configuration settings still in use/zh#MemoryLimitCategory:Reduction variables/zh#MemoryLimit
性能修改和限制: $wgMemoryLimit
The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit if it's below this amount.
引进版本:1.16.0 (r54339)
移除版本:仍在使用
允许的值:Shorthand byte notation
'50M'

详情

The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit if it's below this amount.

注释

A check in Setup.php gets run on every page view to make sure that PHP's memory limit is at least this amount. If it's lower, MediaWiki will use ini_set() to raise it if it can.

The installation script used to insert ini_set( 'memory_limit', '20M' ); in LocalSettings.php if the memory limit was below 20M. This led to problems when people raised the memory limit for their server later and found that it was mysteriously overridden.

Category:MediaWiki configuration settings/zh Category:MediaWiki configuration settings introduced in version 1.16.0/zh Category:MediaWiki configuration settings still in use/zh Category:Reduction variables/zh