Scalable

Scalable

Get the most out of your hardware. Scalable optimises and puts the most important things first

by
545 Downloads
fabriccursedmanagementoptimization
Rent Server with this Mod

Screenshots

Larger logo

About this Mod

A header image with a logo and the word scalable


A lightweight server-side optimization mod for Fabric that keeps your server running smoothly under load by intelligently budgeting work.

Scalable naturally "scales" the server performance. It works great for large servers or a low budget.

The result is a server that stays responsive even when it's struggling.

Unlike similar mods, vanilla mechanics stay intact and the mod wont be noticed by even the most observant players under normal conditions.

Installation

Requires the latest version of Fabric Loader and Fabric API. Drop the .jar into your mods folder. No client installation required.

Please let me know if you have issues on github by making an issue: https://github.com/raderth/Scalable/issues


What does Scalable actually do?

At the start of every server tick, Scalable starts a timer. Chunk ticking and entity ticking proceed normally. But if the budget runs out mid tick, remaining work is deferred to the next tick rather than causing the entire tick to overrun.

Scalable sets a time limit and stops when it's hit. The unprocessed remainder is picked back up next tick. Under normal load, everything is ticked every tick as usual. Under heavy load, less important things (far away chunks, distant entities) are delayed, but the things closest to players stay responsive.


Chunk ticking

Chunks are sorted and processed in this order each tick:

  1. Deferred chunks from the previous tick (carried over work gets priority)
  2. Priority chunks those loaded by portals, ender pearls.
  3. Player-assigned chunks remaining chunks are distributed across players using a round-robin scheduler, with each player's queue sorted by proximity to their projected future position (based on their current velocity).
  4. Unclaimed chunks any ticking chunks not assigned to a specific player

If the budget runs out before all chunks are processed, the leftovers are deferred.

Entity ticking

Entities are also budget-aware and player-assigned:

  1. Players are always ticked first (priority queue)
  2. Other entities are assigned to their nearest player and ticked in round-robin order
  3. If the budget runs out, remaining entities are simply skipped for that tick

This means that even under heavy load, players and their immediate surroundings are always prioritized. You can still open inventories, interact with the world, and move around smoothly. Similar to how mods like TT20 keep the server interactive even when it's overloaded. The advantage here is that the game is actually still running in a broader sense.


Configuration

Config file is at config/scalable.json and is created automatically on first run.

{
  "budget_ms": 40,
  "max_deferred": 2048
}
Field Default Description
budget_ms 40 Milliseconds per tick available for chunk and entity ticking. Set to -1 for automatic mode (also 40ms).
max_deferred 2048 Maximum number of chunks that can be held in the deferred queue at once. Excess entries are dropped (oldest first).

In-game commands

All commands require operator.

Command Description
/scalable budget auto Switch to automatic budget mode (40ms)
/scalable budget <ms> Set a fixed budget in milliseconds (1–50)
/scalable budget query Show current budget mode, MSPT, and TPS
/scalable deferred <max> Set the max deferred chunk queue size (0–65536)

Changes made via commands are saved to scalable.json immediately.


Limitations

Note: Scalable smooths out lag spikes and buys your server breathing room. It won't eliminate lag caused by something consistently eating your entire tick budget (e.g. extreme entity counts), but it will make things significantly more bearable while you address the root cause.

  • Entities are not deferred between ticks if the budget runs out mid-entity-loop, those entities simply don't tick that frame. Deferred entity carry-over is not yet implemented.
  • Consistent heavy lag from entities or other non-chunk sources may still cause TPS drops until those sources are addressed.

Available Versions

Scalable 2.0.2beta
MC 26.1, 26.1.1, 26.1.2fabric
May 28, 2026
Scalable 2.0.1beta
MC 26.1, 26.1.1, 26.1.2fabric
May 22, 2026
Scalable 2.0.0beta
MC 26.1, 26.1.1, 26.1.2fabric
May 15, 2026
Scalable 1.0.0alpha
MC 1.21.11fabric
March 18, 2026

How to Install Scalable on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Scalable". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

26.1.2, 26.1.1, 26.1 (+1 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Scalable server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.

Is Scalable compatible with fabric?

Scalable officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Scalable – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Scalable consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Scalable with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

26.1.226.1.126.11.21.11