From f4c1991e8e66e339aa4a407bc0c8cc2acde2caa5 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 29 Jul 2021 18:29:05 +0200 Subject: chore: hard drive --- docs/memory-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/memory-usage.md b/docs/memory-usage.md index dad3122..f5e2774 100644 --- a/docs/memory-usage.md +++ b/docs/memory-usage.md @@ -6,7 +6,7 @@ redirect_from: "/Memory-Usage" ### AzerothCore Memory Usage -AzerothCore is based on SunwellCore (a fork from TC). SunwellCore was a public server with 4000 players online and they made sure their core could handle that amount of players easily. Reading data from the ram is much faster than reading from the hard disk (there are entire systems based on this principle). That's one of the reason there is a bigger ram usage. +AzerothCore is based on SunwellCore (a fork from TC). SunwellCore was a public server with 4000 players online and they made sure their core could handle that amount of players easily. Reading data from the ram is much faster than reading from the hard drive (there are entire systems based on this principle). That's one of the reason there is a bigger ram usage. #### RAM Requirements -- cgit