From: Omar Polo Subject: Re: bump deltify table increase step To: gameoftrees@openbsd.org Date: Fri, 28 Jul 2023 10:56:45 +0200 On 2023/07/28 10:40:48 +0200, Omar Polo wrote: > The memory usage doesn't grow considerably: the entries of the table > are 24 bytes long on amd64 (two off_t and one uint32_t, plus padding), > so in the worst case we end up having allocate 24 * 256 = ~6k of > memory. I mean 'of extra memory', not total memory of course.