Closed arielril closed 7 years ago
How did you install and launch Shiba?
I've installed with brew and started at the applications folder and after that I've installed with your download package for Mac os and the same thing to open
ok, I'll try to repro. CPU usage is often high when watching directory has so many entries.
Thanks
I tried this but Shiba only takes 0.8% of CPU.
Shiba watches ~/Documents
(recursively) by default on macOS. Do you have so many files in the directory?
Yes, I have a lot of files there
ok, I'll find a directory which contains so many files and try with it.
@arielril Could you tell me the number of entities in ~/Documents
by following command?
$ find ~/Documents -type f | wc -l
And is there any symbolic link which makes a loop?
i.e. https://github.com/paulmillr/chokidar/blob/master/lib/fsevents-handler.js#L194
I executed the command and the result was 165810. I dont have any symbolic link in that folder, as far as I know.
Thanks for help :D
Whenever I open Shiba, with or without a file, my CPU percentage goes up to 180%.