NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Meta reuses old RAM in new servers with custom bridge chip (networkworld.com)
snowwrestler 44 minutes ago [-]
At the beginning of William Gibson’s Neuromancer, the protagonist is trying to sell 3 MB of RAM in underground markets. This is often cited as one of the ways the book has not aged well. But, looking at the direction of the memory market now… maybe we just haven’t gotten there yet.
AdamN 14 minutes ago [-]
It's sort of a cool idea. "Pre-RAM" without the tracking/AI integration so it can be used for clandestine activities in a dystopian future.
rob74 4 hours ago [-]
Why not go directly to the source article that has a lot more details?

https://www.theregister.com/systems/2026/06/29/zuck-saves-me...

pjc50 3 hours ago [-]
Source paper linked is https://aisystemcodesign.github.io/papers/isca26/vistara_cam...

From a quick skim, you could think of this as roughly equivalent to shoving a large amount of DDR4 on a PCIe card and using it as a swap space. It's more sophisticated (see CXL protocol), but that gives you an idea of the tradeoffs. It seems there is some OS-level support for moving hot/cold pages between the main fast DRAM and the expansion higher latency DRAM.

It's a very valid point that DRAM has a fairly long lifetime and contains significant embedded carbon emissions, as well as the current availability crisis of new DRAM.

herodoturtle 3 hours ago [-]
> and contains significant embedded carbon emissions

Hi - thanks for the insightful comment - could you please expand on the above?

Genuinely curious :)

pjc50 2 hours ago [-]
From the paper:

"Second, memory dominates the carbon footprint of the fleet [8], accounting for 69% of CO2 emissions and posing a significant sustainability challenge [4]. DRAM dominates datacenter embodied CO2 largely because it is ubiquitous and deployed in large quantities across essentially all servers. Based on our internal fleet data, and aligned with studies from other hyperscalers such as Microsoft [33], memory is one of the largest single embodied-emissions contributors"

[8] U. Gupta, M. Elgamal, G. Hills, G.-Y. Wei, H.-H. S. Lee, D. Brooks, and C.-J. Wu, “ACT: Designing Sustainable Computer Systems with an Architectural Carbon Modeling Tool,” in Proceedings of the 49th Annual International Symposium on Computer Architecture (ISCA’22), 2022.

[4] D. Azevedo, M. Patterson, J. Pouchet, and R. Tipley, “Carbon usage effectiveness (cue): A green grid data center sustainability metric,” White paper, vol. 32, 2010.

[33] J. Wang, D. S. Berger, F. Kazhamiaka, C. Irvene, C. Zhang, E. Choukse, K. Frost, R. Fonseca, B. Warrier, C. Bansal, J. Stern, R. Bianchini, and A. Sriraman, “Designing Cloud Servers for Lower Carbon,” in Proceedings of the 51st Annual International Symposium on Computer Architecture, ser. ISCA ’24, 2025, p. 452–470.

Not a reference, but I found https://www.interface-eu.org/publications/semiconductor-emis... which goes into great detail on the subject. I hadn't realized there were significant emissions of fluorinated gases directly from the fabs, which is mildly alarming. Although it looks like there has been a crackdown on this either politically or through ESG policies.

ryukoposting 3 minutes ago [-]
I see what you did there.
NDlurker 2 hours ago [-]
Reduce, reuse, recycle
lmz 3 hours ago [-]
"a lot of carbon was emitted while making it"
ozgrakkurt 1 hours ago [-]
It is amazing how this is attributed to "zuck", like he actually knows these things.
rob74 24 minutes ago [-]
That's just The Register being The Register (the Zuck-buck rhyme was just too good to pass up!). But it's a far cry from their glory days, when they coined terms like "The Beast of Redmond" for Microsoft or "Chipzilla" for Intel...
embedding-shape 4 hours ago [-]
> Why not go directly to the source article

Which seems to be the sister site of Register; https://www.blocksandfiles.com/architecture/2026/06/26/panmn...

kjs3 1 hours ago [-]
I have always wondered why there was never a big market[1] for "cheap PCI/PCI-X/PCI-e card you can stick a boatload of your old/surplus/n-generation old simms/dimms on and use as swap/slow memory/ram disk/etc". It's rare you can populate a motherboard with a full address space full of 'new' memory, and you can teach kernels to prefer some memory to others because of speed[2], so it seems like a no-brainer.

I seem to remember the market for doing similar with flash got neutered over patent issues, but I can't recall the details. And flash cache did end up being a market, at least for bigger players. Maybe something similar happened here, or maybe it just hit a niche I cared about at the time?

[1] I know there were a handful of products in this space, but my impression is they never really took off. I could be wrong. [2] Definitely can in NetBSD; I've done it for archs like VMEbus where it's common to have a small, fast on board memory and much slower, often larger memory out on the bus. I assume this sort of thing is enabled in Linux by the work to support NUMA, but I've never looked into it.

SoftTalker 49 minutes ago [-]
There was never a big market for it because new memory was not prohibitively expensive in comparison to the cost, risk, and limitations of using old memory in a new server. That is not the case now, so people are looking at the idea again.
kjs3 40 minutes ago [-]
That's a fair take and likely the answer.

I would counter tho that 1) this isn't the first time there's been a memory price/supply crunch, and "I've got a drawer full of last gen memory I can't use" is kinduva IT cliche, and 2) 'more memory' has always been a pain point, especially with industry practices like chipsets only supporting relatively small physical memory relative to address space (e.g. all those Intel LGA775 chipsets that capped at 4 or 8GB). Oh, and 2a) 'faster disk' has always been a pain point...

But, yeah...obviously my impression of things doesn't match market reality.

lizknope 6 minutes ago [-]
30 years ago I remember cards like this to convert 4 30-pin SIMM modules to fit in a 72-pin SIMM slot.

https://www.ebay.com/itm/383521792853

matt_heimer 21 minutes ago [-]
Not exactly the same but I'm building a NAS box with old parts. Most of my spare RAM sticks are laptop DDR4 SODIMMs. There are SODIMM -> desktop DIMM adapters... it did not go well. The system would boot 1 out of 5 times. No adjustment of memory speed settings would make the system stable.
chadgpt3 1 hours ago [-]
They used to exist
kjs3 48 minutes ago [-]
Go back and read beyond the first sentence; you'll see I said exactly that.
ok123456 14 minutes ago [-]
HumblyTossed 17 minutes ago [-]
It will be interesting to see what happens to the consumer electronics market the next few years. Companies are right now gambling that consumers will pay extra because of RAM shortages. I suspect with the cost of everything else rising as well, a large portion of consumers (remember, HN, not everyone makes tech money) will just not be buying new devices for a bit.
lizknope 3 hours ago [-]
There are standard product CXL memory expander chips if you don't want to design a custom chip.

https://www.marvell.com/products/cxl.html

Schlagbohrer 2 hours ago [-]
From the paper:

"Our CXL solution achieves substantial gains for diverse workloads, including up to a 25% reduction in server count for disaggregated ML inference"

How does using worse RAM result in 25% reduction of server count for given workloads?

dboreham 2 hours ago [-]
Because it's used in addition to, not in place of, the better RAM.
glitchc 15 minutes ago [-]
Not terribly exciting at 1/10th the bandwidth and double the latency. That's a heavy price to pay to use old DDR4 memory.
fmajid 12 minutes ago [-]
Probably good enough for memcached type applications
jzb 3 hours ago [-]
It’d be nice if there were a consumer version of this. I have plenty of old RAM.
keanebean86 2 hours ago [-]
Gigabyte had a ram disk addin card years ago. Not exactly the same but since it's presented as a storage device you could use it as OS swap space.

https://en.wikipedia.org/wiki/I-RAM

darksim905 14 minutes ago [-]
observation that I've noticed recently: what's with wikipedia downsizing the hell out of images site wide? Every image I look at is garbage and I have to dig through multiple links to find the original.
3form 8 minutes ago [-]
I saw this with screenshots already for like 10-15 years now? It's some overly conservative policy to comply with fair use. I recall a page outlining that you should basically pick the minimum possible resolution that still allows you to distinguish the features of interest. I get why they do this, but it's really horrible from archiving and accessibility perspectives... And I would like to treat Wikipedia as one of the main archives of the world's collective knowledge.

All this goes to my "world has gone insane over IP law" bucket. Similar to people disallowing their games being streamed or even shared in screenshots.

edb_123 1 hours ago [-]
CXL Vistara reminds me a bit of the AST Rampage 286 memory expansion ISA card I had in my 286 back in the day, as a kid. Things go in circles, I guess.
Aurornis 1 hours ago [-]
Adding the RAM to the system this way isn’t exactly like expanding the main system RAM. The RAM is connected over a PCIe type link so it doesn’t behave like the primary RAM.

It’s better for server farms where engineers can customize and tune for an architecture like this.

There have been some cards that use RAM as a storage device. They were never popular because having to set it up as a disk had very limited use cases.

rock_artist 4 hours ago [-]
The interesting part of this "RAM crisis" is similar to other fields where a problem results multiple parties looking for alternative solutions.

This yields for exciting ideas or workarounds that might result a post-crisis memory boom (hopefully) also for local machines.

1. Lowest, Apple is evaluating new Chinese manufacturer which means change of supply demand if indeed it has reasonable QA. (https://www.ft.com/content/f4ac5c92-03be-4499-b16a-017a7e9ee...)

2. Companies tries to workaround performance - suddenly single channel is 'ok' ? :) (https://www.gigabyte.com/press/news/2403)

egorfine 4 hours ago [-]
> suddenly single channel is 'ok'

Single channel RAM surely beats any disk-based swap.

rock_artist 17 minutes ago [-]
of course, but I was under the impression the real shortage is RAM mostly.
dofm 3 hours ago [-]
Necessity is the mother of invention, after all. (One of the oldest abstract concepts in intellectual thought, I suspect.)

There is a tight resource starvation/motivation loop — the demand put on RAM and SSD and GPUs by the largest frontier models is a direct motivation to make smaller LLMs. Like an evolutionary pressure making animals smaller and more food-efficient.

These smaller models, once successful, are still likely to consume more RAM and SSD and GPUs than any other application short of high quality video processing itself (the smaller LLMs and higher end video processing seem to have about the same needs). But the resources would distribute through the market more traditionally, leading to less insane cycles.

So it seems to me that the way out of the RAM/SSD price cycle crisis that manufacturers are in — where the price fluctuates between high and low due to supply constraints and then oversupply from new production capacity - is for them to fund research into smaller LLMs. They'll still sell essentially the same amount of product. Maybe more.

HumblyTossed 2 hours ago [-]
I would love it if we started designing software with hardware constraints in mind again.
porksoda 2 hours ago [-]
We do already, if it ooms at 32g I have to prompt again /s
tonyedgecombe 3 hours ago [-]
Necessity is the mother of invention.
amelius 1 hours ago [-]
In the future, hardware is only for big companies to own. At least it seems we're heading that way.
jgalt212 10 minutes ago [-]
Have you seen the talk: The Coming War on General Computation?
TacticalCoder 28 minutes ago [-]
> In the future, hardware is only for big companies to own. At least it seems we're heading that way.

China is desperate to sell anything to... everyone. If there's a market, they'll eventually be there to fill it.

It took them decades for cars, but now they did it.

For RAM, CXMT went from 20 000 wafers per month to... 240 000 wafers per month in something like two years. And they're extending capacity massively now. It's a company only 10 years old.

The market is there and China shall flood it: that's how they operate with everything.

At some point they'll probably even come with GPUs that shall do 80% of the job for 20% of the price.

Just like you can buy chinese server motherboards at 1/5th the price of a SuperMicro one today.

So I'm not sure hardware is going to be only for big companies: China is going to put pressure on the OpenAI and Anthropic of this world locking all the RAM / SSDs / chips of this world.

ateles 2 hours ago [-]
ServeTheHome already reported on CLX memory expansion controllers back in December: https://www.servethehome.com/hyper-scalers-are-using-cxl-to-...
westurner 6 days ago [-]
ScholarlyArticle: "Vistara: Making CXL Real—Full Path from ASIC Design and OS Support to Hyperscale Deployment" (2026) https://aisystemcodesign.github.io/papers/isca26/vistara_cam...

TIL there are 2x 2.5GbE PCI-E HAT adapters for Pi 5.

How to attach RAM to the new NVLink/UALink fiber buses?

torginus 3 hours ago [-]
With regards to RAM price I never understood the following: A 16GB RAM stick has 16*8=128 billion bits, with 1 transistor per bit, thats still 128B, yet its supposed to cost like $60 before the price hikes? In contrast, a 5090 GPU was $2000 (true it has RAM, but you're paying for the GPU ASIC really, I guess the rest of the GPU was less than $500), it had 93B transistors.

GPU transistors are smaller due to the more advanced process node (cost per transistor metrics aren't really clear, if they improve on advanced node or not, but I'd say they get cheaper as they get smaller, as technology costs are amortized).

I'm sure both RAM and logic use a process that is quite similar in both inputs and manufacturing steps. So while RAM is a commodity product, this insane price difference didn't make any sense.

So I guess when those fundamental inputs become a constraint, it would make sense for $/transistor move closer for both, which is a massive hike for RAM.

rcxdude 3 hours ago [-]
Chip fabrication processes are not fungible: GPUs and CPUs might be made on roughly the same process, but DRAM is not (flash is a different process again, as is power electronics, analog electronics, MEMS, etc. And even within those broader categories there are different variations). While there are some overlaps in machines and techniques, a fab set up for one cannot generally switch to the other, and the economics of each process can also be drastically different.
joha4270 3 hours ago [-]
You're not the first person to say so (and I don't mean to dispute it), but I have never been able to find a clear answer for /why/ those processes are incompatible.

Is it built in different silicon, is it physical steps that's incompatible (ie its actually incompatible), is it different physical preparations that needs to be made (making it economically infeasible to combine)

I cannot help but wonder, even if the answer doesn't change anything in my life.

dlenski 1 hours ago [-]
To add to the other comments…

At a very abstract level, when you're manufacturing DRAM you need to manufacture a lot of circuit elements that have HIGH capacitance, since a DRAM cell is basically a capacitor and the higher its capacitance the less frequently it needs to be refreshed.

On the other hand, when manufacturing logic (CPU/GPU/ASIC) you want to minimize the capacitance of almost all circuit elements, since capacitance introduces delay and switching energy cost.

Nearly everything about the manufacturing processes for DRAM and logic is optimized around this fundamentally incompatible figure of merit.

I worked on the development of Intel's eDRAM process, which was used to integrate DRAM into the CPU/GPU die for Iris Pro embedded graphics from 2013-23. https://ieeexplore.ieee.org/document/6576667/

pjc50 1 hours ago [-]
Medium ELI5 answer: each company and to a great extent each individual fab has a slightly different recipe, which is known as a "process node". This defines all the fabrication steps, every individual layer and its chemical/physical processing.

This in turn affects the electrical properties: parasitic resistance/capacitance, gate dielectric properties and so on. The dielectric in particular is critically different between DRAM and regular CMOS, because DRAM needs to minimise leakage (as that determines how long the memory lasts between refresh cycles).

Regular factories will retool somewhat between jobs. Because it is quite difficult to finetune a silicon process node, it is more common that a fab will set up for a particular node and then switch to "do not touch or change anything under any circumstances", as doing so may wreck yields.

("different substrate entirely" does exist: that's GaN, for power transistors in phone chargers, and SiC, for even higher power transistors.)

jahnu 2 hours ago [-]
crote 2 hours ago [-]
The physical structure is completely different. Just compare DRAM ([0]) with compute ([1]). As a result, the production process is completely different.

If you want to know more, the Asianometry youtube channel has some fairly good deep dives, such as [2] going through a decent bunch of the 45nm production process, or [3] doing the same for (early) DRAM.

[0]: https://www.youtube.com/watch?v=Bln-v9LmZ3E

[1]: https://i1.wp.com/semiengineering.com/wp-content/uploads/201...

[2]: https://www.youtube.com/watch?v=zUgy29h0alM

[3]: https://www.youtube.com/watch?v=uPualBNf1nM

wolfi1 2 hours ago [-]
from my basic understanding, memory is much easier to produce then logic chips like GPUs and CPUs, they don't need that many photolithographic layers. while it could be possible to produce memory in fabs for CPUs (though not really desirable in regard to costs) the other way round is more difficult
cduzz 59 minutes ago [-]
[flagged]
malfist 2 hours ago [-]
> but I have never been able to find a clear answer for /why/ those processes are incompatible.

You can't find an explanation why they're different for the same reason you can't find an explanation why writing poetry and riding a unicycle isn't the same process.

kjs3 2 hours ago [-]
Or, you could look at your peer answers where people very much do provide a non hand-wave answers. Chip fabrication isn't undergrad philosophy; there are well understood reasons for why things are done if you care to find and understand them. And there are stakes in the millions or billions of US$ for getting them wrong.
NooneAtAll3 1 hours ago [-]
RAM is literally copy-paste of the same circuit over and over, you're trying to compare cost to produce million AK-47 with 1 carrier

and cost per transistor stopped decreasing at ~20-30nm, now small nodes are targetting energy efficiency (and thus performance, since heat is the main limiter)

WmWsjA6B29B4nfk 2 hours ago [-]
On top of everything said, 5090 die size is 10x than typical DDR5 die size. One RAM module is 8-16 dies, so you do get more silicon in the end, but larger dies are extremely expensive to produce due to sharply decreasing yields.
rmu09 3 hours ago [-]
The thing that defines performance of DRAM is AFAIK the capacitor of the bit cells and not the transistor driving it. And also AFAIK the process to create those capacitors is quite unique to DRAM, so you can't just go and use a "logic" process unchanged and produce DRAMs.
ismaVQ 3 hours ago [-]
newer process node are smaller but very expensive compared to mature ones, each wafer from TSMC latest process is costly and with lower yield due to GPU large die size (+700mm2 compared to around 60mm2 per DRAM die)
adastra22 3 hours ago [-]
Why would you expect smaller transistors to be cheaper?
jeffbee 2 hours ago [-]
That is what Moore's Law said.
xandrius 2 hours ago [-]
Not really a law though.
jeffbee 1 hours ago [-]
Nobody voted for it, that's true. But since reality held closely to it for decades right up to the present, it's reasonable to believe that transistors get smaller and cheaper as time passes.
tliltocatl 40 minutes ago [-]
"Moore's law" is a marketing gimmick. The real physical law that held for decades is Dennard scaling, which stopped to apply already in 2006 once transistors got too small so short channel effects and gate leakage kicked in.
jeffbee 15 minutes ago [-]
Dennard scaling hit a wall but Moore's Law did not. Worth considering why. One of these is physical and the other is economic.
gloryjulio 3 hours ago [-]
RAM is a commodity. It has much less moat to prevent competitions. When the rams flood the market that's when the bubble ends, until the next cycle arrives. Processors are much harder to design and commoditize.
mschuster91 3 hours ago [-]
> So while RAM is a commodity product, this insane price difference didn't make any sense.

Supply and demand coupled with the fact that a RAM fab can't (trivially) output compute chips, and vice versa, a compute fab can't output RAM. It's two completely different supply chains.

Lomlioto 3 hours ago [-]
A GPU Transistor is a lot more complicated than a RAM transistor and the size of these are quite different too. Bleeding edge vs. a known process with know machines and written off machines.

Also you calculate in the machine cost and R&D.

RAM hiked because the demand spiked and these companies are now in power. Before apple and other companies told them the prices and had hardly any money for investment.

annagio_ 43 minutes ago [-]
how the mighty have fallen! Can't wait to see
pmontra 2 hours ago [-]
If they grow desperate I have GBs of DDR2 AND DDR3 in a drawer.
annagio_ 42 minutes ago [-]
Make sure to charge them double!
srean 17 minutes ago [-]
Now to rip RAM off PCs being sent to the landfills.
darksim905 13 minutes ago [-]
I fail to see why you couldn't also literally just stack RAM chips themselves on top of each other. If it works for stupid consoles (see NES/Dreamcast/PS1/PS2 hacking of recent), PCs should be no different.
srean 5 minutes ago [-]
I am waiting for folks to confirm that pulling them off machines designated for the landfills was a thing.
virajk_31 2 hours ago [-]
if not the prices, no one would have implemented this in large scale solution..
dana321 2 hours ago [-]
Supply-demand economics really went awry in the age of chasing agi
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 14:11:04 GMT+0000 (Coordinated Universal Time) with Vercel.