Describe the bug
RDM eats up memory incrementally and exceeds 80% of my system RAM.
To Reproduce
Steps to reproduce the behavior:
Start RDM on centos7
rc -J with compilation commands from some large project
rdm seems to eat 500 - 1000 bytes of resident memory every few seconds
Running strace on the process shows that is just running epoll_wait, not sure what it is doing in the backgroud that causes it to pile up memory
Expected behavior
After indexing is complete, I would have expected only a marginal increase in memory based on caching
Screenshots/Backtrace
Attached
Environment (please complete the following information):
OS/Version: CentOS 7
RTags(rdm,rc): 2.38.131
Emacs: 25.1.1
LLVM/Clang: 5.0.1
Additional context
Just loading the compilation commands through rc and doing nothing eats up memory steadily. The process is accelerated when I actually use rtags-* commands in emacs.
Describe the bug RDM eats up memory incrementally and exceeds 80% of my system RAM.
To Reproduce Steps to reproduce the behavior:
Expected behavior After indexing is complete, I would have expected only a marginal increase in memory based on caching
Screenshots/Backtrace Attached
Environment (please complete the following information):
Additional context
Just loading the compilation commands through rc and doing nothing eats up memory steadily. The process is accelerated when I actually use rtags-* commands in emacs.