From 3776bcb7da2001f69986810d2bda9c2ac2409134 Mon Sep 17 00:00:00 2001 From: diedyesterday <81169193+diedyesterdaywashere@users.noreply.github.com> Date: Wed, 24 May 2023 20:08:46 +0300 Subject: [PATCH 1/3] Added the *Installation/System Requirements* part --- example/README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/example/README.md b/example/README.md index 5b9852aa..4174b9b7 100644 --- a/example/README.md +++ b/example/README.md @@ -18,17 +18,16 @@ The description of the server usually provided by the game/server maker. Due to rate limiting the console on the panel, it cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log. -## Minimum RAM warning - -Minimum required memory to run the server. - - -## Minumim Sorage warning - -Minimum required storage to run the server. - - - +## Installation/System Requirements + +| | Bare Minimum | Recommended | +|---------|---------|---------| +| Processor | *Main info (32/64 bit or ARM support)* | *More info about egg's preferred processor* | +| RAM | *Minimum amount of RAM* | *Recommended amount of RAM* | +| Storage | *Minimum amount of Storage* | *Recommended amount of Storage* | +| Network | *Minimum network speed* | *Recommended network speed* | +| Host OS | *What will just run it?* | *Is there a kernel or a distro that will run it better?* | +| Game Ownership | *Can the server start without it?* | *Is it needed for any other features?* | ## Server Ports From a9b5e38253ec70a8ad8506bdc4e24a02763d2f16 Mon Sep 17 00:00:00 2001 From: diedyesterday <81169193+diedyesterdaywashere@users.noreply.github.com> Date: Wed, 24 May 2023 20:22:42 +0300 Subject: [PATCH 2/3] upd --- example/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/README.md b/example/README.md index 4174b9b7..c988bac2 100644 --- a/example/README.md +++ b/example/README.md @@ -23,9 +23,9 @@ Due to rate limiting the console on the panel, it cannot keep up with the game c | | Bare Minimum | Recommended | |---------|---------|---------| | Processor | *Main info (32/64 bit or ARM support)* | *More info about egg's preferred processor* | -| RAM | *Minimum amount of RAM* | *Recommended amount of RAM* | -| Storage | *Minimum amount of Storage* | *Recommended amount of Storage* | -| Network | *Minimum network speed* | *Recommended network speed* | +| RAM | *Minimum amount of RAM (in MiB/GiB)* | *Recommended amount of RAM (in MiB/GiB)* | +| Storage | *Minimum amount of Storage (in MiB/GiB)* | *Recommended amount of Storage (in MiB/GiB)* | +| Network | *Minimum network speed (in Mbit/s)* | *Recommended network speed (in Mbit/s)* | | Host OS | *What will just run it?* | *Is there a kernel or a distro that will run it better?* | | Game Ownership | *Can the server start without it?* | *Is it needed for any other features?* | From 0539efcda12ce5a6ea1331246005a2038d45d74d Mon Sep 17 00:00:00 2001 From: diedyesterday <81169193+diedyesterdaywashere@users.noreply.github.com> Date: Wed, 24 May 2023 20:27:33 +0300 Subject: [PATCH 3/3] Remove Host OS --- example/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/example/README.md b/example/README.md index c988bac2..2052e637 100644 --- a/example/README.md +++ b/example/README.md @@ -26,7 +26,6 @@ Due to rate limiting the console on the panel, it cannot keep up with the game c | RAM | *Minimum amount of RAM (in MiB/GiB)* | *Recommended amount of RAM (in MiB/GiB)* | | Storage | *Minimum amount of Storage (in MiB/GiB)* | *Recommended amount of Storage (in MiB/GiB)* | | Network | *Minimum network speed (in Mbit/s)* | *Recommended network speed (in Mbit/s)* | -| Host OS | *What will just run it?* | *Is there a kernel or a distro that will run it better?* | | Game Ownership | *Can the server start without it?* | *Is it needed for any other features?* | ## Server Ports