add server system requirements

This commit is contained in:
Thijs van Loef
2024-01-25 19:11:49 +01:00
parent fff4e0a23a
commit 9518170152

View File

@@ -20,6 +20,14 @@ This Docker container has been tested and will work on both Linux (Ubuntu/Debian
>
> They will need to join players using the invite code and are limited to sessions of 4 players max.
## Server Requirements
| Resource | Minimum | Recommended |
|----------|---------|------------------------------------------|
| CPU | 4 cores | 4+ cores |
| RAM | 16GB | Recommend over 32GB for stable operation |
| Storage | 4GB | 10GB |
## How to use
Keep in mind that you'll need to change the [environment variables](#environment-variables).
@@ -102,7 +110,7 @@ It is highly recommended you set the following environment values before startin
* PGID
| Variable | Info | Default Values | Allowed Values |
|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|----------------|
|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|------------------------------------------------------------------------------------------------------------|
| TZ | Timezone used for time stamping backup server | UTC | See [TZ Identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#Time_Zone_abbreviations) |
| PLAYERS* | Max amount of players that are able to join the server | 16 | 1-31 |
| PORT* | UDP port that the server will expose | 8211 | 1024-65535 |