mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #91] Low memory #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anisse on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/91
I had dust fail when it ran out of memory:
GNU sort uses temporary files so that it offloads big allocations to disk. Could this be considered ?
@bootandy commented on GitHub (May 13, 2020):
Seems reasonable to me,
I did a bit of a re-write recently that may mitigate this.
@bootandy commented on GitHub (Aug 2, 2020):
I use walkdir now as of 0.5.2 so this is probably fixed.