logoalt Hacker News

wrsyesterday at 10:01 PM3 repliesview on HN

Indeed, as I used to tell my ops colleagues when they pointed to RAM utilization graphs, "we paid for all of that RAM, why aren't we using it?"


Replies

underliptontoday at 2:40 AM

Because OoM errors are oh so fun.

show 1 reply
jcelerieryesterday at 10:57 PM

because memory access performance is not O(1) but depends on the size of what's in memory (https://www.ilikebigbits.com/2014_04_21_myth_of_ram_1.html). Every byte used makes the whole thing slower.

show 7 replies
jasonfarnontoday at 12:05 AM

do you also say that about hdd space? about money in the bank?

show 3 replies