Sean O'Rourke wrote:
How true. On Solaris, for example, mmap's are aligned on 64k boundaries, which leads to horrible virtual address space consumption when you map lots of small things. If we're mmap()ing things, we want to be sure they're fairly large.
Is one PBC file a small thing? Or in other words, should we have a low limit where we start again to malloc and copy PBC files?
Configure option? Commandline switch?
/s
leo