Y
Hacker News
new
|
ask
|
show
|
jobs
by
wmf
53 days ago
On a 64-bit system, 10 GB of address space is nothing.
1 comments
matheusmoreira
53 days ago
10 GB of RAM is certainly something though. Especially in current times.
link
monocasa
53 days ago
Except if those threads are actually faulting in all of that memory and making it resident, they'd be doing the same thing, just on the heap, for a classic async coroutine style application.
link
asdfasgasdgasdg
53 days ago
If you have hugepages enabled, all of those threads are probably faulting in a fair amount of memory.
link
monocasa
53 days ago
Only if you've actually faulted in 2MB contiguously already.
link