andy.boot

Results 95 comments of andy.boot

closing this as I can't do it, but happy to accept a PR if you want to add

Can you try running dust with more memory: eg: `dust -S 1073741824` -S lets you specify stack size so you can try increasing / decreasing the number and see if...

I'm not sure I can do anything here. If windows is failing to assign enough memory to run dust, I'm not sure if there is anything I can do. I'd...

The same on linux ? Ok, let me try and recreate on linux. Using these 2 scripts I made a large number of files on my ext4 filesystem: ``` cat...

I think by the time you are getting up to tracking a few tens of million files you are pushing the memory limits of your average system. HTOP certainly wasn't...

I'm not sure I can offer much more. adding '-d' doesn't make it useless memory. I can only suggest cd-ing into a subdirectory so it has less data to trawl...

Is that only on windows ? I tried the above on my linux box and it was dust handled it ok.

I don't think this is possible to fix. - `du` runs and dumps its output as it runs. `dust` loads it all into memory to make a decision. If there...

the completion code is auto generated and we've had some trouble with the zsh version, I'll try upgrading the library.

Is this fixed now @jeffbski-rga ?- This code is autogenerated so I don't have much visibility on it.