https://bugs.exim.org/show_bug.cgi?id=3047
--- Comment #25 from Jeremy Harris <[email protected]> --- Thanks to everyone working on this. > After enough allocations of 128+20480 bytes (104207+ files) it exits. Hmm, yes, that is approaching 2GB already used. We could do a bulk-release on every subdir: rmark reset_point = store_mark(); // at the top of check_dir_size() and store_reset(reset_point); // just before return at the end Though that wouldn't help a single directory with that many files. For that, we could count file files and (reset, take a new mark) every (eg.) thousand files. -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
