You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. #260Remove 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