From 25bb0989c973414d170b69b5266d000984f06e3d Mon Sep 17 00:00:00 2001 From: Paul Close Date: Fri, 18 Feb 2022 10:32:52 -0600 Subject: [PATCH] Fix typo in FAQ Signed-off-by: Paul Close --- docs/main/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main/faq.md b/docs/main/faq.md index 20de17c..3825e2b 100644 --- a/docs/main/faq.md +++ b/docs/main/faq.md @@ -75,7 +75,7 @@ You need to increase PHP's memory and restart the server. The amount of memory needed depends on many factors: -- availabe system RAM, +- available system RAM, - other processes running on your device, - the amount of data you want to process. @@ -83,7 +83,7 @@ One aproach would be to increase the limit by 128M and check if it was enough to If not, add another 128M, check again. If not, add another 128M, check again, until you find the best value. _Note:_ -Do not assign all availabe memory as this can freeze your system. +Do not assign all available memory as this can freeze your system. Please consider the possibility that your system does not have enough memory at all to load all the needed data. _Steps to increase `memory_limit`:_