Palworld Server Performance Optimization

How to optimize your Palworld server for better FPS, less lag, and lower memory usage.

Palworld servers have known memory leak issues. Here's how to keep things running smoothly.

Key Settings to Tune

In Pal/Saved/Config/LinuxServer/PalWorldSettings.ini:

SettingDefaultRecommendedImpact
BaseCampWorkerMaxNum1510–15Biggest lever — each worker runs AI
DropItemMaxNum30002000Fewer dropped items in world
DropItemAliveMaxHours1.00.5Faster cleanup of dropped items
PalSpawnNumRate1.00.8–1.0Fewer Pals = less CPU
MaxBuildingLimitNum05000–10000Prevents structure bloat (0 = unlimited)
ServerReplicatePawnCullDistance150008000–10000Pal sync range — lower = less network
bEnableInvaderEnemyTrueFalse if RAM issuesRaids contribute significantly to memory leaks

RAM Requirements

PlayersMinimumRecommended
1–88 GB12 GB
8–1612 GB16 GB
16–3216 GB32 GB

Schedule Regular Restarts

The server has a known memory leak. Schedule restarts every 4–6 hours to clear accumulated memory.

In the XGamingServer Panel, click Schedules in the sidebar to set up automatic restarts.

Performance Monitoring

Use the REST API to check server health:

curl -u admin:password http://localhost:8212/v1/api/metrics

Target values:

  • Server FPS: 60+ (good), below 50 is poor
  • RAM under 8 GB is healthy, over 12 GB is concerning

Engine.ini Optimizations

Create or edit Engine.ini in the same config folder as PalWorldSettings.ini:

[/Script/OnlineSubsystemUtils.IpNetDriver]
NetServerMaxTickRate=120

[/Script/Engine.GarbageCollectionSettings]
gc.TimeBetweenPurgingPendingKillObjects=60

General Tips

  • Disable raids (bEnableInvaderEnemy=False) if experiencing RAM issues — this is a major contributor
  • Use SSD storage for save files
  • Linux servers run more efficiently than Windows on long uptimes
  • Reduce BaseCampWorkerMaxNum before reducing PalSpawnNumRate — worker AI is more expensive than wild Pal spawns

How is this guide?

40% Off — Limited TimeGet your Palworld server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page