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

This error occurs when the client keeps sending get commands:[ERR] Failed to gpen mod shared memory(2oo many cpen files) #3206

Open
Agao404 opened this issue Dec 6, 2023 · 3 comments
Labels
is:question Issue is actually a question.

Comments

@Agao404
Copy link

Agao404 commented Dec 6, 2023

This error occurs when the client sends the get command roughly 80 times in a row each time.
"/o-ran-delay-management delay-management" "oper get" in[ERR] Failed to open mod shared memory(2oo many cpen files)
Is this as expected, please?

@michalvasko
Copy link
Collaborator

I think you are not closing something in the oper get callback, I have never encountered this error.

@michalvasko michalvasko added the is:question Issue is actually a question. label Dec 6, 2023
@Agao404
Copy link
Author

Agao404 commented Dec 6, 2023

Hi Michalvasko,
I get the fd info from that process.
It seens like the fd from the library is not release, Is that release by application side(how could we release with library's API)?

image

@michalvasko
Copy link
Collaborator

Yes, you have way too many open connections, every process generally needs only one, so do not create new ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:question Issue is actually a question.
Projects
None yet
Development

No branches or pull requests

2 participants