Reduce disk bloat on Windows #265
Labels
💾 disk size
A change makes the disk size smaller
good first issue
Good for newcomers
operating system
OS related issue, that may require intrinsic knowledge of low level OS stuff
Use the section API NtCreateSectionFunc to reduce the disk size on Windows. For inspiration take a look at the usage in LMDB. Ensure that on Windows Paprika allocated only as much as needed, not the whole file upfront.
https://github.com/LMDB/lmdb/blob/b8e54b4c31378932b69f1298972de54a565185b1/libraries/liblmdb/mdb.c#L46-L77
One more from
https://devblogs.microsoft.com/oldnewthing/20150130-00/?p=44793
The text was updated successfully, but these errors were encountered: