Adding a FIXME so we make sure to get ActorCell down to 64bytes
This commit is contained in:
parent
5af3c72c73
commit
8516dbbc02
1 changed files with 1 additions and 1 deletions
|
|
@ -83,8 +83,8 @@ private[akka] class ActorCell(
|
|||
|
||||
var futureTimeout: Option[Cancellable] = None
|
||||
|
||||
//FIXME TODO Coalesce childrenRefs and ChildrenStats into one field, this to conserve memory
|
||||
var childrenRefs = emptyChildrenRefs
|
||||
|
||||
var childrenStats = emptyChildrenStats
|
||||
|
||||
var currentMessage: Envelope = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue