Speak With An Expert

Mail icon to contact Liqid about our composable infrastructure technology

What Is Abaco?

Hundreds of terabytes of DRAM. Dozens of GPUs. One shared pool.

Abaco is a memory-centric rack architecture built by Micron and powered by Liqid for AI and HPC workloads that run out of memory long before they run out of compute. Liqid provides the memory fabric, the chassis, and the software that turn a rack of DDR5 into a pool that the server can claim and release on demand. The U.S. Department of Energy’s Pacific Northwest National Laboratory is the first deployment.

image of the Abaco rack
graphic illustrating shared workloads between servers

Abaco In One Paragraph

Abaco is a shared-memory system architecture for AI and HPC, designed by Micron with Liqid as the memory fabric and orchestration partner. A single Abaco rack presents up to 160TB of DDR5 as an addressable pool that one or multiple hosts in the rack can claim, share, or release without a reboot and without re-cabling. Applications reach the pool through a standard file system interface, so most code runs unmodified.

The Problem Abaco Solves

Compute, storage, and networking all became poolable resources. Memory did not. It stayed locked in the server with the CPU socket, sized at purchase, and stranded there for the life of the server.

That leaves two failure modes. Capacity sits idle in one server while the server next to it pages out to NVMe. And a class of workloads never runs well anywhere, because no single server provides enough directly addressable memory.

AI made both problems worse. KVcache for long-context inference, vector and graph indexes for retrieval, and the intermediate data in AI-assisted simulation all grow faster than HBM capacity or per-socket DIMM slots. Buying more HBM to hold cold cache is the most expensive way to solve a capacity problem.

“For several decades, the HPC community has focused on distributed memory system architectures, and while many applications can be partitioned to make use of memory that is directly attached to processors, it has led to ‘orphaned’ applications that require large directly addressable memory capacity.”

James A. Ang, Ph.D., Chief Scientist for Computing, Pacific Northwest National Laboratory

How Abaco works

An Abaco rack is five layers:
Compute, fabric, memory, GPU and software.

  • Layer
    What Is In It?
  • graphic server icon
    Compute: Up to 16x AI compute servers (Supermicro Hyper X14/H14 or Dell R770 class), dual-socket, PCIe Gen5, 4 GPUs and one CXL host adaptercard each, plus 1 fabric manager host.
  • Liqid Fabric switch icon
    Fabric: Liqid PCIe Gen6 and CXL 2.0 switching fabric and host bus adapters. Enable multiple CXL/PCIe x16 uplinks per chassis, expandable fabric with PCIe and CXL TOR switching.
  • Liqid CXL expansion chassis icon
    Memory: 4x memory chassis. Each is a Liqid EX-5410C 4Uenclosure with 10x Primemas PMA CXL add-in cards at 4TB per card: 160 Micron RDIMMs, up to 40TB per chassis.
  • Liqid GPU expansion chassis icon
    GPU: 3x GPU chassis. Each is a Liqid EX-5410P 4U enclosure with 10x Nvidia H200 NVL GPUs: additional device types including NVMe, FPGA, and DPU can also be supported.
  • Liqid Command center icon
    Software: RHEL 9.1. Liqid Matrix as fabric manager, with Kubernetes and Slurm plug-ins. Micron famfs kernel for coherent shared access. Most applications run without modification.
Each rack draws support up to 6,000W per chassis in a fully air-cooled system.

What LIQID Contributes

Micron supplies the DRAM and integrates the system. Liqid supplies the part that makes a large pool of DIMMs behave like a resource instead of an inventory item: the chassis that holds it, the fabric that reaches it, and the software that assigns it.

image of liqid 10 slot pcie chassis
Liqid Expansion Chassis
The EX-5410P/C are 4U PCIe/CXL expansion enclosures with 10 add-in card slots for GPUs, accelerators, networking, storage, and memory. Each chassis supports up to five CDFP Gen5 x16 uplinks, delivering up to 640 GB/s of aggregate bandwidth with approximately 500 ns latency. An Abaco rack-scale deployment supports up to 160 TB of shared memory and 30 dynamically composable PCIe/CXL devices across up to 16 server nodes, providing scalable GPU and memory expansion for AI and HPC workloads.
liqid matrix logo and icon
Liqid Matrix Software
The fabric manager, and the reason the pool is agile rather than statically partitioned. Matrix is the industry’s only unified interface for real-time deployment, management, and orchestration of GPUs, memory, and storage. Plug-ins connect it to Kubernetes and Slurm, andit works alongside Ansible, open-source Kubernetes, VMware, and Nutanix NKP. A scheduler can request terabytes of memory the way it requests a GPU today.
image of liqid 16 port switch
Liqid Fabric Switch
Dedicated native PCIe and CXL switching, high-speed optical cabling, and host bus adapters deliver low-latency, high-bandwidth connectivity between hosts and pooled resources. The platform dynamically composes and assigns GPUs, memory, storage, and other PCIe/CXL devices to servers, enabling resources to be shared on demand across a scalable rack-scale infrastructure.
Without composability, a memory pool is only a larger DIMM count. Liqid is the layer that makes capacity movable at runtime — allocated where the workload is, released when it finishes, with no stranded capacity in between.

How Memory Pools Become Shareable:
Micron famfs

Expanding memory is one problem. Letting several hosts work on the same resident dataset is a harder one, and it is where Liqid and Micron built something that did not exist before: the industry’s first architecture supporting true memory sharing.

famfs is Micron’s fabric-attached memory file system, contributed as open source to the Linux kernel. It presents the disaggregated Liqid pool to the host operating system as a file system, with software cache coherence across hosts. Two consequences matter for anyone sizing a system:

No application rewrite

Code that already reads files reaches pooled memory through the same interface. Most applications need no changes at the application layer.

One copy, many readers

Hosts share a dataset in place instead of each pulling its own copy, which cuts data movement and removes the storage round trip for large working sets.

Benchmark systems run RHEL with kernel 6.14.11, weighted software interleaving enabled, and the famfs kernel updates applied.

Measured Results

Micron lab testing on representative workloads, using production hardware and software:

Workload
Graph analytics
KV cache LLM inference
In-memory analytical cache
Agentic LLM inference
Result
Up to 30x faster
Up to 7x tokens/sec
3.9x throughput
5.5x tokens per dollar
Detail
Processing time on a graph database query setdropped from roughly 8 hours to 15 minutes.
Measured on certain KV cache workloads withNVIDIA Dynamo tiering to the Liqid pool.
Single-server transaction throughput. Target forthe full shared configuration is 10x.
Projected for future agentic inference workloads.

Additional gains are expected as the platform adds features and the software stack matures.

Workloads That Belong On Abaco

Long-context and agentic inference where cache size, not compute, caps throughput. Tiered with NVIDIA Dynamo.
Graph Analytics
Large Databases
Vector and Graph RAG
In-memory Databases and HPC
Whole-graph traversal that thrashes when the graph will not fit in one server. Demonstrated with Pometry.
RocksDB and similar stores that trade latency for capacity once the working set exceeds DRAM.
Analytical caches, computational chemistry, molecular biology, and simulation with heavy intermediate data.
Retrieval indexes held resident instead of paged from NVMe on every query.
KV Cache for LLM Inference

Abaco at Pacific Northwest National Laboratory

PNNL’s memory-centric program began with Crete, a 15TB active-memory testbed that came online in August 2025, an amount of RAM equal to 240 high-end laptops running and communicating at once. Abaco scales that approach by more than an order of magnitude.

Micron is prime contractor and system integrator. Liqid provides the scale-up memory pool that exposes hundreds of terabytes of coherent active memory to data-intensive AI for Science workloads. The first user-facing application is AI-integrated computational chemistry:

The testbed is available to DOE-funded researchers at national laboratories and universities through the Advanced Memory to Support Artificial Intelligence for Science (AMAIS) initiative, funded by the DOE Advanced Scientific Computing Research program within the Office of Science.

“PNNL and Micron have built something singular: a memory-centric system designed for theworkloads that could define the next decade of AI for Science. Liqid is honored to extend that platform with the scale, orchestration, and composability that turn pooled memory into a programmable resource. This is what tokens per dollar and tokens per watt look like in a national laboratory environment.”

Sumit Puri, Founder and CTO, Liqid

The Memory Wall Has A Price.
Abaco Changes It.

Get the two-page technical brief, or bring your workload and memory footprint to a briefing with the Liqid team.