Hi:

I am trying to use gtags with the new-tags plugin for this repo:

https://github.com/ClickHouse/ClickHouse

I use this command line command which is the same I use for all my
projects:

```
gtags --gtagsconf=/usr/share/gtags/gtags.conf --gtagslabel=universal-ctags 
--explain
```

But the command fails because it says that there is not space in the
device.

I checked locally and the issue seems to be that the intermediate
/tmp/ctags.[something] file grows too much.

I set the TMPDIR env to a place in my sdd and it filled my available
500GB.

When I try `ctags -R` directly it works with no issues.
The same with gtags alone removing `--gtagslabel=universal-ctags`

So it seems that the problem is in the connection between both because
this repo is only a few MB, so far it is unlikely to be correct
generating hundreds of GB of tags.

I am doing something wrong or it this actually an issue?

Best,
Ergus



Reply via email to