Comment on posix-spawn: a faster fork+exec for rubyparentComments−Andys15yIn FreeBSD, it is extent-based, so a 300MB process might actually only have a couple dozen maps - heap, stack, program binary, and whatever dynamically loaded libraries.I'd be shocked if it wasn't the same in linux.
Comments
In FreeBSD, it is extent-based, so a 300MB process might actually only have a couple dozen maps - heap, stack, program binary, and whatever dynamically loaded libraries.
I'd be shocked if it wasn't the same in linux.