mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
add server system requirements
This commit is contained in:
10
README.md
10
README.md
@@ -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.
|
> 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
|
## How to use
|
||||||
|
|
||||||
Keep in mind that you'll need to change the [environment variables](#environment-variables).
|
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
|
* PGID
|
||||||
|
|
||||||
| Variable | Info | Default Values | Allowed Values |
|
| 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) |
|
| 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 |
|
| 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 |
|
| PORT* | UDP port that the server will expose | 8211 | 1024-65535 |
|
||||||
|
|||||||
Reference in New Issue
Block a user