Search code examples
out-of-memoryctags

Ctags failes to sort big tags



I'm working with big project. ctags run with only c++ specific options generates 4GB file when it reports "ctags.exe: out of memory: cannot sort tag file"
Exuberant Ctags 5.8

How to work with those kind of projects?


Solution

  • I tried github universal-ctags and Chocolatey ctags package. Both of them worked and solved my problem.