this post was submitted on 02 Oct 2023
1020 points (99.1% liked)

Programmer Humor

32162 readers
431 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] slacktoid@lemmy.ml 36 points 1 year ago (1 children)

It will crash as soon as it needs to touch the swap due to the relatively insane latency difference.

[–] glibg10b@lemmy.ml 5 points 1 year ago (1 children)

So use a small area in memory as cache

[–] slacktoid@lemmy.ml 5 points 1 year ago (1 children)

the infinite memory paradox. quaint. (lol)

[–] tias@discuss.tchncs.de 4 points 1 year ago

It's just a NUMA architecture. Linux can handle it.