Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak: rp process consumes all host memory, and is killed by oom #1437

Closed
AlexanderKlishin opened this issue Oct 1, 2023 · 3 comments

Comments

@AlexanderKlishin
Copy link

Steps to reproduce the behavior:

  1. git clone https://github.com/samba-team/samba.git
  2. cd samba && ./configure
  3. bear -- make
  4. rc -J .
  5. rp process consumes all host memory, and is killed by oom

Temporary solution: comment out single line
master...AlexanderKlishin:rtags:fix_memleak

@elheremes
Copy link

I had the same problem working with ORB-SLAM3 repository. This temporary solution worked for me, thank you.

@Andersbakken
Copy link
Owner

Sorry about the long turnaround time. I don't think it's a memory leak strictly speaking. Just that there's tons of doxygen comments in the samba project.

You should be able to disable comment parsing by passing: --no-comments when starting rdm

@AlexanderKlishin
Copy link
Author

I have 64Gb on my host ;)
And rtags consume all host memory.
I think that samba comments are not enough to fill 64Gb.

The same proble compiling Intel TBB.

I think problem in comment inside comment ... I'll test this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants