Hacker News new | ask | show | jobs
by alloyed 3208 days ago
it can still be an issue with memory even if it isn't as blatant as "out of memory".

The easy example being a datastructure growing over time and getting slower to manipulate and query. This is a problem where being cavalier with the amount of memory you allocate and use will hurt you, even if you've got lots of memory to spare.