From: Alexander Ebert Date: Tue, 19 Aug 2014 19:49:56 +0000 (+0200) Subject: memory_limit must be now at least 128 MB (from: recommended) X-Git-Tag: 2.1.0_Alpha_1~421 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c1b2047fb76acc4dfaad704408d4d40fd9ea05cd;p=GitHub%2FWoltLab%2FWCF.git memory_limit must be now at least 128 MB (from: recommended) Certain actions, e.g. handling update servers or rebuilding the style can easily hit the 64 MB mark, causing the script to be halted. Except for some super poor rip-off webspaces this is not going to cause any real trouble. --- diff --git a/wcfsetup/setup/template/stepShowSystemRequirements.tpl b/wcfsetup/setup/template/stepShowSystemRequirements.tpl index 62bd19550d..f5309a44b3 100644 --- a/wcfsetup/setup/template/stepShowSystemRequirements.tpl +++ b/wcfsetup/setup/template/stepShowSystemRequirements.tpl @@ -16,6 +16,17 @@ +
+ {lang}wcf.global.systemRequirements.memoryLimit{/lang} +
+
{lang}wcf.global.systemRequirements.element.required{/lang} 128 M
+
+ {lang}wcf.global.systemRequirements.element.yours{/lang} {$system.memoryLimit.value} + {if !$system.memoryLimit.result}{lang}wcf.global.systemRequirements.memoryLimit.description{/lang}{/if} +
+
+
+
{lang}wcf.global.systemRequirements.sql{/lang}
@@ -36,17 +47,6 @@
-
- {lang}wcf.global.systemRequirements.memoryLimit{/lang} -
-
{lang}wcf.global.systemRequirements.element.recommended{/lang} > 64 M
-
- {lang}wcf.global.systemRequirements.element.yours{/lang} {$system.memoryLimit.value} - {if !$system.memoryLimit.result}{lang}wcf.global.systemRequirements.memoryLimit.description{/lang}{/if} -
-
-
-
{lang}wcf.global.systemRequirements.uploadMaxFilesize{/lang}
@@ -72,7 +72,7 @@
- +