|
|
|
|
|
by syncsynchalt
3388 days ago
|
|
It's not exactly what you're asking for, but you'll run into a big one in about two decades. The only other example I can think of is the general "problem" of large databases. There's just a lot more paging and churn that has to happen in a 32-bit address space. Many NoSQL databases in particular have a memory model of mmap'ing an entire database, which runs into a hard limit on 32-bit address space. |
|