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

Reduces an Actor's memory usage #53

Merged
merged 1 commit into from
Sep 16, 2022
Merged

Reduces an Actor's memory usage #53

merged 1 commit into from
Sep 16, 2022

Conversation

sleipnir
Copy link
Member

Fix/memory-leak. This close #51

@sleipnir sleipnir merged commit f9cf4fc into main Sep 16, 2022
@sleipnir sleipnir deleted the fix/memory-leak branch September 16, 2022 17:42
@sleipnir sleipnir restored the fix/memory-leak branch September 16, 2022 17:43
@sleipnir
Copy link
Member Author

Reduced the amount of initial memory for Actor processes.
We have reduced the amount of initial memory for Actor processes. 5 thousand actors running now consume 300mb in my environment.
There are still possible optimizations but that can be analyzed later.

300mb-500-actors

All processes had their data saved

all-process-running

@sleipnir sleipnir deleted the fix/memory-leak branch January 27, 2023 14:19
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

Successfully merging this pull request may close these issues.

Error trying to create 5000 actors
1 participant