mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Increase recommended disk size to 12GB.
The steamcmd update requires an extra 2GB of free disk space. The container seems to be using around 8.7GB, which results in a steam update failure of `Error! App '2394010' state is 0x226 after update job.` since there isn't enough space to grab the new version in a 10GB disk. Bumping this to 12GB should result in ~3.4GB of free space, so there is a small buffer for future update size increases.
This commit is contained in:
@@ -26,7 +26,7 @@ This Docker container has been tested and will work on both Linux (Ubuntu/Debian
|
|||||||
|----------|---------|------------------------------------------|
|
|----------|---------|------------------------------------------|
|
||||||
| CPU | 4 cores | 4+ cores |
|
| CPU | 4 cores | 4+ cores |
|
||||||
| RAM | 16GB | Recommend over 32GB for stable operation |
|
| RAM | 16GB | Recommend over 32GB for stable operation |
|
||||||
| Storage | 4GB | 10GB |
|
| Storage | 4GB | 12GB |
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ server:
|
|||||||
# -- Keeps helm from deleting the PVC. By default, helm does not delete pvcs.
|
# -- Keeps helm from deleting the PVC. By default, helm does not delete pvcs.
|
||||||
preventDelete: false
|
preventDelete: false
|
||||||
# -- The size of the pvc storage.
|
# -- The size of the pvc storage.
|
||||||
size: 10Gi
|
size: 12Gi
|
||||||
# -- The storage class name.
|
# -- The storage class name.
|
||||||
storageClassName: ""
|
storageClassName: ""
|
||||||
# -- (dict) Define the parameters for the server image container
|
# -- (dict) Define the parameters for the server image container
|
||||||
@@ -133,5 +133,3 @@ server:
|
|||||||
password: ""
|
password: ""
|
||||||
# -- (string) If not provided, a random server name will be generated with the "palworld_" prefix.
|
# -- (string) If not provided, a random server name will be generated with the "palworld_" prefix.
|
||||||
server_name: ""
|
server_name: ""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 12Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user