From c1b2047fb76acc4dfaad704408d4d40fd9ea05cd Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 19 Aug 2014 21:49:56 +0200 Subject: [PATCH] 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. --- .../template/stepShowSystemRequirements.tpl | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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 @@
- + -- 2.20.1