You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh I think i vaguely remember some problem with tree-sitter.
There might be an insane amount of objects in its git repo causing some kind if exponential blowup when compressing via "git gc", but im also not sure if there's anything i can do about it (im on a dual core system as well, but with 16 gigs of ram)
Is there a way to skip compressing certain repo in case it takes more than x amount of time or create manual ignore list. At least this will complete the process.
I don't think cargo-cache can skip particular sources right now, a hardcoded ignore list should be easy, some kind of timeout might be tricky but also doable.
Anyway you could just rm the tree-sitter-haskell... directory and run -e again, the git repo will be recloned by cargo as soon as it's needed again 😅
On my old laptop, the commnd
cargo cache -e is stuck for more than 3 hours.
Recompressing 'tree-sitter-haskell-74c278e7a2ef8d7d': 262.35 MB =>
It has below cpu
Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz
and 4 gb ram.
The text was updated successfully, but these errors were encountered: