Indexer, memory usage, zombies #4222
Unanswered
shusterboris
asked this question in
Q&A
Replies: 1 comment 6 replies
-
That's strange because normally indexer restarts any exited ctags processes. Anything interesting in the indexer logs ? Also, given the size, it might be worth trying raising the heap a bunch - sometimes heap shortages have strange consequences. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, colleagues!
My project contains few projects (size of project > 300 Gb). When I started initial indexing or re-indexing with parameters like these:
In 40% of cases the index process is interrupted and 8 ctags processes became zombie.
Server on VM, 32 Gb memory (usually > 35 Gb is free), 8 Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz
openjdk version "11.0.17" 2022-10-18 LTS
OpenJDK Runtime Environment (Red_Hat-11.0.17.0.8-2.el8_6) (build 11.0.17+8-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.17.0.8-2.el8_6) (build 11.0.17+8-LTS, mixed mode, sharing)
Opengrok 1.8.1
Linux 4.18.0-425.10.1.el8_7.x86_64 #1 SMP Wed Dec 14 16:00:01 EST 2022 x86_64 x86_64 x86_64 GNU/Linux
Do we have any recommendation to avoid the situation.
Thank you advance
Beta Was this translation helpful? Give feedback.
All reactions