From 038ae621934f84e89e8c046a640e2f2dff16bf22 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 22 Aug 2018 04:10:10 -0700 Subject: [PATCH] Update requirements --- docs/requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.md b/docs/requirements.md index 59f3d76..2155d29 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -13,10 +13,10 @@ _Not in charge of the server? Send a link to this page to your server administra Craft requires the following: * PHP 7.0+ -* MySQL 5.5+ (with InnoDB) or PostgreSQL 9.5+ +* MySQL 5.5+ with InnoDB, or PostgreSQL 9.5+ * A web server (Apache, Nginx, IIS) -* A minimum of 128MB of memory allocated to PHP -* A minimum of 200MB of free disk space +* At least 256MB of memory allocated to PHP +* At least 200MB of free disk space :::warning If Craft CMS needs to process very large images or dump very large databases, you might need to bump PHP’s memory allocation up to 256MB.