Pushing the memory per actor down to 464 bytes. Returning None for the Deploy if there is no config
This commit is contained in:
parent
304d39d839
commit
6150beb333
6 changed files with 28 additions and 35 deletions
|
|
@ -237,6 +237,8 @@ private[akka] case class RemoteActorRef private[akka] (
|
|||
loader: Option[ClassLoader])
|
||||
extends ActorRef with ScalaActorRef {
|
||||
|
||||
private[akka] val uuid: Uuid = newUuid
|
||||
|
||||
@volatile
|
||||
private var running: Boolean = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue