summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-07-29 18:29:05 +0200
committerGitHub <noreply@github.com>2021-07-29 18:29:05 +0200
commitf4c1991e8e66e339aa4a407bc0c8cc2acde2caa5 (patch)
tree21829ce7739f91dc4a4b951e308018cf7087c0e7
parent795e852bcaece20e3edefcefbb917e5a7adaa3e7 (diff)
downloadwiki-f4c1991e8e66e339aa4a407bc0c8cc2acde2caa5.tar.gz
wiki-f4c1991e8e66e339aa4a407bc0c8cc2acde2caa5.tar.bz2
wiki-f4c1991e8e66e339aa4a407bc0c8cc2acde2caa5.zip
chore: hard drive
-rw-r--r--docs/memory-usage.md2
1 files changed, 1 insertions, 1 deletions
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