Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info page with useful info, known issues etc for palworld #306

Merged
merged 7 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docs/games/palworld/info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
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.

---

## Recommended Server Limits

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.

As of January 19th 2024 the server requires about 5GB of storage space. This might extend with further content/updates.

---

## Credits
- [parkervcp's Pterodactyl Eggs Repository](https://github.com/parkervcp/eggs/tree/master/game_eggs/steamcmd_servers/palworld)
6 changes: 6 additions & 0 deletions embeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'Palworld Frequent Issues & FAQ'
description: |+
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' ]
title: 'Rate Bloom.host!'
Expand Down
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ module.exports = {
label: 'Palworld',
items: [
'games/palworld/config',
'games/palworld/update'
'games/palworld/update',
'games/palworld/info'
]
},
{
Expand Down
Loading