Skip to main content

How To Lower the Memory Usage of Your Schedule 1 Server

1. Download the Memory Leak Fix Mod

Selecting manual download for the MemoryLeakFix IL2CPP version under the Files tab on Nexus Mods

2. Extract the Memory Leak Fix Mod

Extracting the downloaded MemoryLeakFix IL2CPP archive using WinRAR in Windows File Explorer

3. Log In to Your Panel


4. Select the ‘File’ Tab

Cybrancee Panel navigation menu with the Files tab highlighted

5. Select the ‘Mods’ Folder

Cybrancee Panel File Manager showing the Mods folder highlighted in the root directory

6. Upload the “MemoryLeakFix_IL2CPP.dll” to the Mods Folder

Uploading the extracted MemoryLeakFix_IL2CPP.dll into the server Mods directory via the control panel file manager

7. Restart Your Server


8. Remove Incompatible/Client-Side Mods From the Server

Installing client-side UI mods on a headless dedicated server triggers severe NullReferenceException spam, creating rapid memory leaks and spiking CPU usage.

/image


9. Navigate to “UserData” Folder

Cybrancee Panel File Manager root directory with the UserData folder highlighted

10. Select the “server_config.toml”

server_config.toml file selected inside the UserData directory

11. Enable World Simulation Pausing When Empty

Locate the [gameplay] section and set pauseGameWhenEmpty to true:

pauseGameWhenEmpty = true

Setting pauseGameWhenEmpty to true under the gameplay section in server_config.toml

12. Optimize Auto-Save Intervals

1. In server_config.toml, locate the [autosave] section.

2. Set autoSaveIntervalMinutes to 10.0 or 15.0 to balance data security with memory overhead:

[autosave]
autoSaveEnabled = true
autoSaveIntervalMinutes = 15.0
autoSaveOnPlayerJoin = true
autoSaveOnPlayerLeave = true
Configuring autoSaveEnabled and autoSaveIntervalMinutes parameters under the autosave section in server_config.toml

13. Click the “Save Contents” Button


14. Restart Your Server

Schedule 1 Server Hosting

Starts at $9.99

External link icon

Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents