|
|
|
|
|
by repolfx
2944 days ago
|
|
Yes but this is a trivial problem to fix on 64 bit machines. There's so much address space the kernel can just be told to never pick certain address ranges for unfixed mmaps, leaving the rest of the address space free for persistent heaps. The actual hard part of persistent heaps isn't the persistence part. It's transactionality and upgrade management. |
|