From f09028eed1c07f3241dbf1dc74ea8f33dd7531c7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 14 May 2020 16:55:38 +0200 Subject: Update Memory-Usage.md --- docs/Memory-Usage.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/Memory-Usage.md b/docs/Memory-Usage.md index ae5479c..a258485 100644 --- a/docs/Memory-Usage.md +++ b/docs/Memory-Usage.md @@ -12,3 +12,11 @@ AzerothCore is based on SunwellCore (a fork from TC). SunwellCore was a public s | >100 | >16 GB | 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. + +That's mean that eventhough you've few players online, if they explore the entire maps they 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 + + +![ram](https://i.imgur.com/X3GBBbD.jpg) -- cgit