summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStoabrogga <38475780+Stoabrogga@users.noreply.github.com>2019-09-15 11:47:19 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-09-15 11:47:19 +0200
commitddf3f4c20cc9d48170cea2f1ccc22198690b149e (patch)
treeba1a3eca9bb32deb3893efa62063b7c80c22e3e7
parentb0c624abb9afab81784253a63af2b1fa58f05086 (diff)
downloadwiki-ddf3f4c20cc9d48170cea2f1ccc22198690b149e.tar.gz
wiki-ddf3f4c20cc9d48170cea2f1ccc22198690b149e.tar.bz2
wiki-ddf3f4c20cc9d48170cea2f1ccc22198690b149e.zip
RAM requirements (#122)
-rw-r--r--_includes/azerothcore/sidebar.html1
-rw-r--r--docs/FAQ.md4
-rw-r--r--docs/Memory-Usage.md14
-rw-r--r--docs/smart_scripts.md4
4 files changed, 19 insertions, 4 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index 8627ef2..f005269 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -10,6 +10,7 @@
<li><a href="/wiki/Installation">Installation</a></li>
<li><a href="/wiki/Database-Setup">Database Setup</a></li>
<li><a href="/wiki/Update">Update your core</a></li>
+ <li><a href="/wiki/Memory-Usage">Memory Usage</a></li>
</ul>
<b>Install on the cloud:</b>
<ul>
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 8593ddf..c354d54 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -6,9 +6,9 @@
- You can put bounties (money) on issues and suggestions by using bountysource. Read this: [Bountysource](Bountysource.md)
- If you're a developer, check out this page: Contribute
-#### 2 - Why is AzerothCore using more ram than TrinityCore?
+#### 2 - Why is AzerothCore using more RAM than TrinityCore?
-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 player 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.
+See [Memory Usage](Memory-Usage.md)
#### 3 - I want this fixed or this feature or this module. How can I proceed?
diff --git a/docs/Memory-Usage.md b/docs/Memory-Usage.md
new file mode 100644
index 0000000..ae5479c
--- /dev/null
+++ b/docs/Memory-Usage.md
@@ -0,0 +1,14 @@
+### 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.
+
+#### RAM Requirements
+
+| Number of players | Minimum RAM requirement |
+|-------------------|-------------------------|
+| 1-5 | 4 GB |
+| 10 | 6 GB |
+| 100 | 16 GB |
+| >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.
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md
index 54d4edc..79edb98 100644
--- a/docs/smart_scripts.md
+++ b/docs/smart_scripts.md
@@ -594,7 +594,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
<th><p>Param2</p></th>
<th><p>Param3</p></th>
<th><p>Param4</p></th>
-<th>Param5</th>
+<th><p>Param5</p></th>
<th>Comment</th>
</tr>
</thead>
@@ -4176,7 +4176,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
<th><p>target_param1</p></th>
<th><p>target_param2</p></th>
<th><p>target_param3</p></th>
-<th>target_param4</th>
+<th><p>target_param4</p></th>
<th><p>target_x</p></th>
<th><p>target_y</p></th>
<th><p>target_z</p></th>