Ubuntu 26.04 LTS on Older Hardware: The New 6 GB RAM Baseline

GNOME keeps getting heavier — here is exactly what that means for your machine, and what to run instead

Ubuntu installer running on an older laptop with system monitor showing RAM usage

Ubuntu 26.04 LTS launched in April 2026 with five years of support, a refreshed GNOME 47 desktop, and the same pitch that every LTS release carries: a stable, secure, long-term platform for everyday computing. What the marketing does not emphasise is that GNOME's memory baseline has climbed again, and this time the gap matters for anyone running older hardware.

I have been testing Ubuntu LTS releases on aging laptops since 18.04, and each cycle the comfortable RAM threshold ticks upward. With 24.04 LTS, 4 GB was workable if you were disciplined about browser tabs. With 26.04, GNOME's idle footprint sits between 2.5 and 3 GB depending on the hardware, and 4 GB machines hit swap within minutes of opening a browser. The practical baseline for a smooth Ubuntu 26.04 experience is now 6 GB, which puts a significant number of older laptops — those with 4 GB of soldered, non-upgradeable RAM — in an awkward position. This guide covers the testing, the numbers, and the alternatives. If your machine is struggling with any OS and you are not sure why, the benchmarks are worth reading first.

Why the 6 GB Baseline Shifted

GNOME's memory growth is not a single dramatic change. It is the accumulation of many small decisions across several release cycles, each individually defensible, that compound into a meaningfully heavier desktop environment.

GNOME 47, which ships with Ubuntu 26.04, adds expanded Wayland compositor capabilities, richer notification and widget rendering, enhanced search indexing that runs at startup, and deeper integration with Snap package management. Each of these consumes additional memory at idle. The Wayland compositor alone maintains larger buffer allocations than the X11 path it replaces. Snap's background daemon — snapd — reserves 150—250 MB before you open a single Snap application. The tracker-miner file indexer, which enables desktop search, adds another 80—150 MB on machines with large home directories.

None of these are bugs. They are deliberate design choices aimed at modern hardware where 8—16 GB of RAM is standard. On a machine with 16 GB, the difference between 1.8 GB and 2.8 GB idle consumption is invisible. On a machine with 4 GB, it is the difference between having 2.2 GB free for applications and having 1.2 GB — which is not enough to run Firefox with more than a handful of tabs.

Canonical's official minimum for Ubuntu remains 4 GB, which is technically accurate — the installer will run and the desktop will load. But "the desktop loads" and "the machine is pleasant to use" are different things. After extensive testing, 6 GB is the realistic minimum for a genuinely comfortable Ubuntu 26.04 GNOME experience.

GNOME Memory Footprint: Real Testing on Real Hardware

I tested Ubuntu 26.04 LTS on four machines across different RAM configurations, measuring idle memory consumption after a fresh boot and login, then again after opening Firefox with five tabs loaded. All machines had SSDs to eliminate disk bottleneck variables.

MachineRAMIdle after loginFirefox + 5 tabsSwap usedVerdict
Lenovo ThinkPad T4404 GB2.7 GB3.9 GB680 MBSluggish — noticeable lag switching tabs
Dell Latitude E55708 GB2.6 GB4.2 GB0 MBSmooth — no issues at all
HP EliteBook 840 G38 GB2.5 GB4.0 GB0 MBSmooth — comfortable headroom
Acer Aspire E154 GB2.8 GB4.1 GB (with swap)910 MBPoor — visible freezes during tab switches

The 4 GB machines tell the story clearly. At idle, GNOME leaves only 1.2—1.3 GB free. Opening Firefox with a modest five-tab workload pushes memory consumption past the physical RAM limit within seconds, forcing the system into swap. On SSDs the swap performance is tolerable — you notice lag but the machine remains usable. On a mechanical hard drive, which some older machines still have, swap access is painfully slow and the machine effectively stalls during tab switches.

The 8 GB machines had no issues at all. After Firefox with five tabs, they still had 3.5—4 GB of free memory. This confirms the 6 GB line: machines at or above that threshold have enough headroom for a browser-centric workflow without swap dependency. Below it, GNOME's idle footprint leaves too little room for applications, and the experience degrades quickly. If an SSD alone is not enough to fix the slowness, memory is likely the bottleneck.

Lighter Desktop Environments That Actually Work on 4 GB

If your machine has 4 GB of RAM — especially non-upgradeable soldered RAM — the answer is not to force Ubuntu 26.04 GNOME onto it. The answer is to use a desktop environment designed for lower memory consumption. Here are the options I have tested, ranked by resource efficiency.

1

Xubuntu 26.04 (XFCE desktop)

Xubuntu uses the same Ubuntu 26.04 base but replaces GNOME with the XFCE desktop environment. Idle memory consumption drops to 800 MB—1.1 GB, leaving 2.9—3.2 GB free on a 4 GB machine — enough for Firefox with 10+ tabs. XFCE provides a traditional desktop layout with panels, a system tray, and a file manager that feels familiar to anyone coming from Windows. It shares Ubuntu's repositories, so every application available in Ubuntu is available in Xubuntu. This is my default recommendation for 4 GB machines that need to run an Ubuntu-based distribution.

2

Linux Mint XFCE Edition

Linux Mint's XFCE edition is based on the same Ubuntu LTS packages but avoids Snap entirely, replacing Snap applications with traditional .deb packages. This eliminates the snapd daemon's 150—250 MB background consumption. Idle memory on Mint XFCE sits around 700 MB—1 GB. The Mint team also includes quality-of-life tools — the Update Manager, Driver Manager, and System Reports — that make maintenance easier for users less comfortable with the terminal. For a deeper comparison of lightweight distributions, the lightweight Linux guide covers the full landscape.

3

Lubuntu 26.04 (LXQt desktop)

Lubuntu uses the LXQt desktop, which is even lighter than XFCE. Idle memory sits around 600—800 MB. The interface is functional but more spartan — fewer visual effects, simpler panel customisation, and a basic file manager. For machines where every megabyte counts, Lubuntu is a solid choice. The downside is that the LXQt ecosystem has fewer configuration options and a smaller community than XFCE, which means troubleshooting obscure issues can be harder.

4

antiX (for 2 GB machines and below)

If your machine has only 2 GB of RAM — common on netbooks and budget laptops from 2010—2014 — antiX is the most practical option. It uses the IceWM window manager with an idle footprint of 200—350 MB. The interface is utilitarian and requires more manual configuration, but it runs a usable web-browsing desktop on hardware that every other distribution has abandoned. The netbook revival guide covers antiX setup in detail.

Swap Configuration and Memory-Saving Tips

Whether you stick with Ubuntu 26.04 GNOME or switch to a lighter environment, proper swap configuration and a few targeted tweaks can meaningfully improve the experience on memory-constrained hardware.

Swap sizing

For machines with 4 GB of RAM, create a swap file of 4—8 GB. Ubuntu 26.04 creates a 2 GB swap file by default during installation, which is insufficient for 4 GB machines under load. To resize it after installation, disable the existing swap file, delete it, create a new one at the desired size, set permissions, format it, and enable it. Update /etc/fstab if necessary to ensure it activates at boot.

Swappiness tuning

The vm.swappiness kernel parameter controls how aggressively Linux moves memory pages to swap. The default is 60, which is appropriate for mechanical hard drives. On SSD-equipped machines, reduce it to 10—20 by adding vm.swappiness=10 to /etc/sysctl.conf. This tells the kernel to prefer keeping data in RAM longer, only swapping when genuinely necessary. On SSDs, swap reads are fast enough that when they happen, the impact is small.

Disable unnecessary background services

On Ubuntu 26.04, the following services consume memory at idle and can be safely disabled on resource-constrained machines:

  • tracker-miner-fs — the file indexer for GNOME Search. Disabling it saves 80—150 MB but removes desktop file search. Run systemctl --user mask tracker-miner-fs-3.service to disable it.
  • evolution-data-server — the backend for GNOME's calendar and contacts integration. If you do not use the built-in calendar, disabling it frees 40—80 MB.
  • snapd — the Snap package daemon. If you do not use Snap applications, stopping it saves 150—250 MB. However, this also disables the Snap-based Software Centre on Ubuntu, so switch to apt-based installs or consider Mint which avoids this entirely.

Browser memory management

Firefox is the default browser on Ubuntu and all its flavours. On 4 GB machines, install the auto-tab-discard extension, which suspends inactive tabs and frees their memory. Limit yourself to 5—8 tabs simultaneously. If you need more tabs open, consider a text-based bookmarking workflow instead of keeping everything loaded in memory.

Ubuntu Flavours on 4 GB: A Direct Comparison

DistributionDesktopIdle RAMComfortable minimumBest for
Ubuntu 26.04GNOME 472.5—3.0 GB6 GBModern machines with 8+ GB
Xubuntu 26.04XFCE 4.200.8—1.1 GB3 GB4 GB machines, general-purpose
Lubuntu 26.04LXQt 2.00.6—0.8 GB2 GB2—4 GB machines, basic tasks
Linux Mint XFCEXFCE 4.200.7—1.0 GB3 GB4 GB machines, no-Snap preference
antiXIceWM0.2—0.35 GB1 GB2 GB machines and netbooks

The gap between Ubuntu's GNOME and the lighter alternatives is substantial — nearly 2 GB of idle consumption. On a 4 GB machine, that gap is the difference between a machine that swaps constantly and one that runs comfortably. Choosing the right desktop environment is the single most impactful decision you can make for an older machine's daily usability.

Frequently Asked Questions

The Bottom Line

Ubuntu 26.04 LTS is an excellent operating system on machines with 6 GB of RAM or more. On 4 GB machines, GNOME's idle footprint leaves too little headroom for applications, and the experience suffers. This is not a defect in Ubuntu — it is the natural consequence of a desktop environment designed for contemporary hardware where 8—16 GB is the norm.

If your machine has 4 GB of non-upgradeable RAM, the smart move is Xubuntu or Linux Mint XFCE. You get the same Ubuntu software ecosystem, the same 5-year LTS security support, and an idle footprint that leaves 3 GB free for your actual work. If your machine has upgradeable RAM and you prefer the GNOME experience, adding a 4 GB stick to reach 8 GB is a $15—20 investment that makes Ubuntu 26.04 run beautifully. Either way, the answer is clear: match the desktop environment to the hardware you have, not the hardware Canonical assumes you have.

Stay in the loop — guides and benchmarks when they drop.