From e5b94610af6a765a2d038e1aecc9465bf12c0a9d Mon Sep 17 00:00:00 2001 From: Barbz Date: Sat, 3 Oct 2020 21:57:35 +0200 Subject: fix: Broken english in Memory-Usage.md - TODO: rename this horrible file name --- docs/Memory-Usage.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/Memory-Usage.md b/docs/Memory-Usage.md index 08f2572..760bdaf 100644 --- a/docs/Memory-Usage.md +++ b/docs/Memory-Usage.md @@ -13,10 +13,7 @@ AzerothCore is based on SunwellCore (a fork from TC). SunwellCore was a public s We recommend at least 16 GB as the server will gradually cache the world maps as the players explore them which finally takes up to at least 11 GB of RAM usage. -It means that event hough you've few online players, if they explore the entire maps, those maps won't be unloaded from the RAM. -It's an architectural choice granting "high performances" on heavy usage. - -We can also try to explain you it with a draw - +It means that even though you have few players online, when they explore any map, it will never be unloaded from the RAM until reboot. So after enough time, all the maps will be loaded, taking up more RAM. +It's an architectural choice granting "high performance" on heavy usage. ![ram](https://i.imgur.com/X3GBBbD.jpg) -- cgit