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

Fix invalid thread allocation in GridAgent #111

Closed
johanneshiry opened this issue Jan 25, 2022 · 0 comments · Fixed by #112
Closed

Fix invalid thread allocation in GridAgent #111

johanneshiry opened this issue Jan 25, 2022 · 0 comments · Fixed by #112
Assignees
Labels
bug Something isn't working invalid This doesn't seem right
Milestone

Comments

@johanneshiry
Copy link
Member

The current implementation of the GridAgent uses its own implementation of an ExecutionContext. However, this is a) not needed and b) leads to a huge amount of allocated Threads when an extensive grid is simulated on a large computational machine. Therefore, either the custom ExecutionContext should be replace by the dispatcher context OR the (somehow unrequired) Future should be removed from this actor as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant