problem with vibe-d tests was resolved#54
Conversation
MartinNowak
commented
Jul 17, 2017
- vibe.d test hangs for several seconds before running event loop vibe-d/vibe.d#1844 (comment)
|
Apparently dedupremove clogged up lots of RAM in the pagecache, need to drop caches next time i'm deduplicating the disk. |
|
There is still the unable to join threads problem. |
I assume you are about to open an issue at Vibe.d about this? |
If you're deduplicating mostly-identical trees, then dedupremove is overkill. I wrote a much simpler program for this: https://dump.thecybershadow.net/67742647f2ccae41a7f7a5daec83c400/btrfs-dedup-tree.d |