Hacker News new | ask | show | jobs
by roganp 3464 days ago
Or run out of room in the paging file. Your addressable memory cannot be larger than physical memory without a backing store.
1 comments

Depending on VM_OVERCOMMIT_MEMORY, Linux might give out address space well beyond the size of the pagefile, hoping many of those pages are never written to (e.g., most threads never get anywhere near the bottom of their default stacks).