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

Actor service process uses higher RAM than expected #362

Open
itsmaryann opened this issue Mar 19, 2024 · 0 comments
Open

Actor service process uses higher RAM than expected #362

itsmaryann opened this issue Mar 19, 2024 · 0 comments

Comments

@itsmaryann
Copy link

We are using Service Fabric actors for data processing in an IOT scenario and the memory usage of the service is much higher than expected. We have deployed it on the cluster using SharedProcess hosting model. Every actor service has 3 replicas.

We analyzed a process from one of the nodes - it used 1.6GB RAM. But when we checked the memory dump, we could see only 30MB used. The process hosts 275 actor services. We can see 847 total actors. Each actor has under 1KB of state. We continuously delete unused actors with DeleteActorAsync. The memory used by the process does not reduce.
We see this behavior with other actor projects as well.

Why is the service consuming so much RAM? Is there a way to free up the unused memory?

image
image

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

1 participant