From: Scott Worley Date: Fri, 12 May 2017 05:21:52 +0000 (-0700) Subject: Mmap in 512MB chunks X-Git-Url: http://git.scottworley.com/overonion/commitdiff_plain/639fe3c8c22cf307547d945a833f6999d4dd819e?hp=639fe3c8c22cf307547d945a833f6999d4dd819e Mmap in 512MB chunks This allows processing large files on 32-bit machines that don't have the address space to map entire files. ---