Fixing memory leaks on your Palworld Dedicated Server
Fix issues relating to OOM (Out Of Memory) crashes for your Palworld Dedicated Server
It's no secret that Palworld is awesome but it is unfortunately also a new kid on the block so it has quite a few issues with it, one of which servers running out of memory quickly.
This is due to a memory leak with the game, this article will go through all the known causes for memory leaks and help you patch them! Using the Physgun Gamepanel makes this process even easier!
Disabling bEnableInvaderEnemy
At the moment it is believed that bEnableInvaderEnemy
is currently causing a lot of memory usage leading to early Out Of Memory crashes for Palworld Dedicated Servers.
To disable this simply follow these instructions:
- Visit Your Server in the Physgun Gamepanel
- Navigate to
Configuration > Palworld Configuration
- Search for
B Enable Invader Enemy
in the Configuration tab (You can do this by using CTRL + F in your browser) - Disable
B Enable Invader Enemy
- Save your changes!
Afterwords this should hopefully help significantly reduce the amount of memory usage on your Palworld Dedicated Server!
Automatic restarts
Automatic restarts at this point are pretty required due to the game constantly using memory overtime, however with the Physgun Gamepanel we got you covered!
Current recommended restart cycles:
- 16GB RAM, 8 Users every 8 Hours.
- 32GB RAM, 16 Users Every 12 Hours
- 32GB RAM, 8 Users Every 24 Hours
These steps below will show you how to create an automatic restart schedule!
- Visit Your Server in the Physgun Gamepanel
- Navigate to
Configuration > Schedules
- Click
Create
to create a new schedule - Set
Minute
to0
- Set
Hour
to*/{HOUR}
- Replace
{HOUR}
with however many hours you'd like to have the server restart, example for 6 hours:*/6
- Click
Submit
to continue - Click
Create Task
at the top right - Set
Action
toSend power option
- Set
Payload
toRestart the server
- Click
Submit
to save
You're done! Your Palworld Dedicated Server will now automatically restart, this will help stop any memory buildup before it hard crashes!
Updated on: 24/01/2024
Thank you!