Memory budget
The short answer
Peak system RAM reached 43,587 MiB on our test machine. A 32GB machine has 32,768 MiB in total, leaving a shortfall of about 10.6GB before the operating system takes its share.
Measured comparison
Two runs, 40x apart in workload
Both site-measured workloads used the shared environment listed under Test conditions, including the same official R2V template, Ref2VA pruned INT8 and a fixed seed.
| Measurement | Smoke run | Full run |
|---|---|---|
| Wall time | 55.6 s | 2,581.8 s |
| Peak VRAM | 11,591 MiB (94.3%) | 11,649 MiB (94.8%) |
| Peak system RAM | 43,176 MiB | 43,587 MiB |
The workload increased by roughly 40x and wall time by roughly 46x, while peak system RAM increased by only 411 MiB, under 1%.
The smoke run rendered 512×288 for 22 frames; the full run rendered 1344×768 for 124 frames. That is 3,244,032 pixel-frames against 127,991,808, a factor of 39.5.
Resolution boundary
Why lowering resolution does not help
For these measured runs, the memory budget was determined by resident model weights and working buffers rather than output size. Lowering resolution bought time, not memory: the much smaller workload completed sooner without materially changing the system-RAM peak.
Do not treat two points as a curve. These are two measurements from the same configuration, not a basis for broader extrapolation. They do not establish behavior for other model variants, runs with audio enabled, or outputs large enough to exceed VRAM.
Shared environment
Test conditions
- RTX 3060 12GB on physical GPU 0.
- Proxmox VE VM 100 with 16 vCPU, 47.05 GiB RAM and no swap.
- ComfyUI 0.31.0 and PyTorch 2.13.0+cu130.
- Official R2V template with Ref2VA pruned INT8 and a fixed seed.
- The smoke run rendered 512×288 for 22 frames at 24fps; the full run rendered 1344×768 for 124 frames.
- Audio, Turbo LoRA and SageAttention were not enabled.
- System memory was measured from cgroup
memory.peak, supported byVmHWMandMemAvailable_min.
FAQ
Frequently asked questions
Is 32GB of RAM enough to run MiniMax H3 locally?
Not on our test machine. Peak system RAM was 43,587 MiB, while a 32GB system has 32,768 MiB in total. That is a shortfall of about 10.6GB before the operating system takes its share.
Does lowering the resolution reduce MiniMax H3 memory use?
Barely. We ran the same workflow at two sizes about 40 times apart in workload. Wall time went from 55.6 seconds to 2,581.8 seconds, but peak system RAM moved only from 43,176 MiB to 43,587 MiB, a difference under one percent. Lowering resolution buys time, not memory.
How much system RAM should I have for MiniMax H3?
Our runs peaked just under 43GB on a machine with 47.05 GiB available, leaving very little headroom. Anything at or below 32GB was short on every run we measured.
Next checks