-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Actors initially were taking an excessive amount of memory for each instance. This is a tracking issue to reduce memory and increase processing time latencies in the actor framework.
Some ideas
Remove dashmaps from ActorPropertiesActors were taking an excessive amount of memory upon creation. #260- Investigate other fat utilizations in ActorProperties
Remove monitors (they're kinda useless) in favor of just straight supervision (saves 2 maps)Actors were taking an excessive amount of memory upon creation. #260Remove stop notifier being a broadcast senderChanged stop notifier to aNotifyMore memory improvements, but smaller. No API changes #261
dandxy89
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request