From b82d563ff5ae03083bbd49ac97d96469facd4b63 Mon Sep 17 00:00:00 2001 From: smashyalts Date: Sat, 3 Feb 2024 20:25:57 +0100 Subject: [PATCH 1/6] Create info.md --- docs/games/palworld/info.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/games/palworld/info.md diff --git a/docs/games/palworld/info.md b/docs/games/palworld/info.md new file mode 100644 index 00000000..69adcd2c --- /dev/null +++ b/docs/games/palworld/info.md @@ -0,0 +1,35 @@ +**Palworld Useful Info** + +## Known Issues / FAQ + +1. The server won't show up in the Community-Server tab. + -> This is a known problem and the devs will hopefully fix that asap. Best choice is to connect by IP and Password. +2. The server has a memory leak. + -> This is also an issue that they are aware of. + -> The `bEnableInvaderEnemy` option seems to have a huge impact on the current RAM usage. Disabling it might be choice. + -> Tip: Schedule a server restart every 6h. You might adjust the value according to your system! +3. The server does not show up in the steam server list. + -> This is currently and might never be supported. +4. The config file gets deleted / reset on server restart. + -> Before editing the config file always make sure to fully stop the server first. Otherwise all changes wont be saved. + +## Recommended server settings + +### RAM + +Due to at least one memory leak the server requires about 16-32GB RAM. +Referring to the [official documentation](https://tech.palworldgame.com/dedicated-server-guide) you can start the server with 8GB but you will run out of memory very quickly. +The minimum should be 16GB but 32GB are fairly recommended for now. + +### CPU + +Intel / AMD processor with at least 4 cores. + +### Storage + +As of January 19th 2024 the server requires about 5GB of storage capacity. This might extend with further content/updates. + + + +**[Credit to original post](https://github.com/parkervcp/eggs/tree/master/game_eggs/steamcmd_servers/palworld)** + From be8478e7d6cc8cba33288d7533ab179b7a1d28c1 Mon Sep 17 00:00:00 2001 From: smashyalts Date: Sat, 3 Feb 2024 20:27:30 +0100 Subject: [PATCH 2/6] Update sidebars.js --- sidebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index eec538cb..5a7d1187 100644 --- a/sidebars.js +++ b/sidebars.js @@ -105,7 +105,8 @@ module.exports = { label: 'Palworld', items: [ 'games/palworld/config', - 'games/palworld/update' + 'games/palworld/update', + 'games/palworld/info' ] }, { From 2761a1dfcfcd41238339cb06f9a4bdbfc81451a8 Mon Sep 17 00:00:00 2001 From: smashyalts Date: Sat, 3 Feb 2024 20:29:09 +0100 Subject: [PATCH 3/6] Update embeds.yml --- embeds.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/embeds.yml b/embeds.yml index e60b811b..1d3dd70e 100644 --- a/embeds.yml +++ b/embeds.yml @@ -292,6 +292,12 @@ palworldupdate: description: |+ To update your server to the latest version of Palworld, follow the steps [in our guide](https://docs.bloom.host/games/palworld/update)! +palworldinfo: + aliases: [ 'palinfo' ] + title: 'Useful info for your Palworld server' + description: |+ + Find useful info, like known issues and more for Palworld + [in our guide](https://docs.bloom.host/games/palworld/update)! rate: aliases: [ 'support' ] title: 'Rate Bloom.host!' From 59c6ddc8f6d30b7e400f5b5a09926c8dfcd257af Mon Sep 17 00:00:00 2001 From: smashyalts Date: Mon, 5 Feb 2024 11:28:46 +0100 Subject: [PATCH 4/6] Update embeds.yml Co-authored-by: Geri --- embeds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embeds.yml b/embeds.yml index 1d3dd70e..3348bb3b 100644 --- a/embeds.yml +++ b/embeds.yml @@ -294,9 +294,9 @@ palworldupdate: [in our guide](https://docs.bloom.host/games/palworld/update)! palworldinfo: aliases: [ 'palinfo' ] - title: 'Useful info for your Palworld server' + title: 'Palworld Frequent Issues & FAQ' description: |+ - Find useful info, like known issues and more for Palworld + Find useful information, such as known issues, frequently asked questions, and more, for Palworld [in our guide](https://docs.bloom.host/games/palworld/update)! rate: aliases: [ 'support' ] From d0b113d17a35463c86886628cb43bcf9bc977c86 Mon Sep 17 00:00:00 2001 From: smashyalts Date: Mon, 5 Feb 2024 11:29:14 +0100 Subject: [PATCH 5/6] Update docs/games/palworld/info.md Co-authored-by: Geri --- docs/games/palworld/info.md | 40 ++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/docs/games/palworld/info.md b/docs/games/palworld/info.md index 69adcd2c..82ae45b1 100644 --- a/docs/games/palworld/info.md +++ b/docs/games/palworld/info.md @@ -1,21 +1,29 @@ -**Palworld Useful Info** +--- +id: info +title: Frequent Issues & FAQ +slug: info +hide_table_of_contents: true +description: Find useful information, such as known issues, frequently asked questions, and more, for Palworld +--- ## Known Issues / FAQ -1. The server won't show up in the Community-Server tab. - -> This is a known problem and the devs will hopefully fix that asap. Best choice is to connect by IP and Password. -2. The server has a memory leak. - -> This is also an issue that they are aware of. - -> The `bEnableInvaderEnemy` option seems to have a huge impact on the current RAM usage. Disabling it might be choice. - -> Tip: Schedule a server restart every 6h. You might adjust the value according to your system! -3. The server does not show up in the steam server list. - -> This is currently and might never be supported. -4. The config file gets deleted / reset on server restart. - -> Before editing the config file always make sure to fully stop the server first. Otherwise all changes wont be saved. +1. **The server won't show up in the Community-Server tab**: + - This is a known problem and the devs will hopefully fix that asap. Best choice is to connect by IP and Password. +2. **The server has a memory leak**: + - This is also an issue that they are aware of. + - The `bEnableInvaderEnemy` option seems to have a huge impact on the current RAM usage. Disabling it might be choice. + - Tip: Schedule a server restart every 6h. You might adjust the value according to your system! +3. **The server does not show up in the steam server list**: + - This is currently and might never be supported. +4. **The config file gets deleted / reset on server restart**: + - Before editing the config file always make sure to fully stop the server first. Otherwise all changes wont be saved. -## Recommended server settings +--- -### RAM +## Recommended Server Settings + +### Memory Due to at least one memory leak the server requires about 16-32GB RAM. Referring to the [official documentation](https://tech.palworldgame.com/dedicated-server-guide) you can start the server with 8GB but you will run out of memory very quickly. @@ -29,7 +37,7 @@ Intel / AMD processor with at least 4 cores. As of January 19th 2024 the server requires about 5GB of storage capacity. This might extend with further content/updates. +--- - -**[Credit to original post](https://github.com/parkervcp/eggs/tree/master/game_eggs/steamcmd_servers/palworld)** - +## Credits +- [parkervcp's Pterodactyl Eggs Repository](https://github.com/parkervcp/eggs/tree/master/game_eggs/steamcmd_servers/palworld) From b82c838747e524c36134dea9361d1d14970d521d Mon Sep 17 00:00:00 2001 From: Geri Date: Fri, 9 Feb 2024 16:48:05 +0100 Subject: [PATCH 6/6] fix: tweak hardware recommendation --- docs/games/palworld/info.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/games/palworld/info.md b/docs/games/palworld/info.md index 82ae45b1..7805c1f8 100644 --- a/docs/games/palworld/info.md +++ b/docs/games/palworld/info.md @@ -21,21 +21,13 @@ description: Find useful information, such as known issues, frequently asked que --- -## Recommended Server Settings +## Recommended Server Limits -### Memory - -Due to at least one memory leak the server requires about 16-32GB RAM. +Due to at least one memory leak the server requires about 16-32 GB RAM. Referring to the [official documentation](https://tech.palworldgame.com/dedicated-server-guide) you can start the server with 8GB but you will run out of memory very quickly. The minimum should be 16GB but 32GB are fairly recommended for now. -### CPU - -Intel / AMD processor with at least 4 cores. - -### Storage - -As of January 19th 2024 the server requires about 5GB of storage capacity. This might extend with further content/updates. +As of January 19th 2024 the server requires about 5GB of storage space. This might extend with further content/updates. ---