Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

too many open files #29

Closed TUPOBO closed 5 years ago

TUPOBO commented 5 years ago

image

Bogdan-Lyashenko commented 5 years ago

Hi, thanks, probably you have much bigger project than I used for testing. Will fix that, need to change a way I do initial scanning of project structure.

TUPOBO commented 5 years ago

Thanks!

chrisjibm commented 5 years ago

Same here, running it on a mid-sized angular 6 app. Thanks for starting the project, looking forward to seeing it in action.

wiecznyPoszukiwacz commented 5 years ago

Make sure, you do not point codecrumbs to directory that contains node_modules dir.

Bogdan-Lyashenko commented 5 years ago

thanks, I will try to fix that ASAP. @wiecznyPoszukiwacz thanks for pointing out, I actually now doubtful if I do filter node_modules, will make sure to do.

Bogdan-Lyashenko commented 5 years ago

@TUPOBO @chrisjibm I just published v1.1.1, it excludes node_modules (and few more fixes). Can you please test and let me know it's fine now? If it's still failing I will think about chunking approach with reading files.

Bogdan-Lyashenko commented 5 years ago

@ar-naturalint FYI

chrisjibm commented 5 years ago

Sorry for delay, only just got to this. Thanks for the update, no more errors :)

Bogdan-Lyashenko commented 5 years ago

Awesome, thanks, closing the issue then ;)