0%
Loading...
NolimitHost

Fixing Memory Leaks on Your Palworld Server

Last updated: July 23, 2026

Palworld has a known memory leak that causes servers to run out of memory over time. This guide covers mitigation strategies so your server stays stable for longer.

What is a memory leak? A memory leak happens when a program keeps using up more and more memory (RAM) instead of releasing it, slowly eating into your server's available memory until it runs out and crashes. That crash is called an OOM (Out of Memory) crash.

Disable bEnableInvaderEnemy

It is believed that bEnableInvaderEnemy causes significant memory usage leading to early OOM (Out of Memory) crashes.

Via NolimitHost Panel

  1. Log into the NolimitHost Game Panel and select your Palworld server.
  2. Stop your server first, so it doesn't overwrite your changes while you work.
  3. Open Palworld Settings.
  4. Search for B Enable Invader Enemy (CTRL+F).
  5. Disable it (set to False).
  6. Save and restart your server to apply the change.

Set Up Automatic Restarts

Scheduled restarts are the most reliable way to prevent memory buildup. Recommended restart cycles:

RAMPlayersRestart every
16 GB88 hours
32 GB1612 hours
32 GB824 hours

Create a Schedule

  1. Go to Advanced in the left navbar, then the Schedules subtab.
  2. Click Create, give it a name.
  3. Set Minute to 0 and Hour to */{HOUR} (e.g. */6 for every 6 hours).
  4. Click Submit.
  5. Click Create Task.
  6. Set Action to Send power option and Payload to Restart the server.
  7. Click Submit.
Note: Automatic restarts during low-traffic hours (e.g., 4:00–6:00 AM) keep your server stable without disrupting most players.