We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AppProfiler::Server
I've noticed some File Descriptor growth in molds on pods with reforking enabled:
Using a heap dump and harb I was able to map it to AppProfiler::Server:
harb
harb> rootpath 0x7f7d2327a568 root path to 0x7f7d2327a568: ROOT (end_proc) 0x7f7d23279c30 (DATA: proc) 0x7f7cecb3f658 (OBJECT: AppProfiler::Server::ProfileServer) 0x7f7d2327a7e8 (OBJECT: AppProfiler::Server::ProfileServer::UNIX) 0x7f7d2327a568 (FILE: (null)) harb> rootpath 0x7f7cb1171c88 root path to 0x7f7cb1171c88: ROOT (end_proc) 0x7f7cb1171670 (DATA: proc) 0x7f7d22654608 (OBJECT: AppProfiler::Server::ProfileServer) 0x7f7cb1171e18 (OBJECT: AppProfiler::Server::ProfileServer::UNIX) 0x7f7cb1171c88 (FILE: (null))
(showing only two instances here, but there is about one per generation.
I suspect the server need to be explicitly closed after fork.
The text was updated successfully, but these errors were encountered:
casperisfine
No branches or pull requests
I've noticed some File Descriptor growth in molds on pods with reforking enabled:
Using a heap dump and
harb
I was able to map it toAppProfiler::Server
:(showing only two instances here, but there is about one per generation.
I suspect the server need to be explicitly closed after fork.
The text was updated successfully, but these errors were encountered: