Clarify remembered entities limit is for active entities (#27221)

This commit is contained in:
Christopher Batey 2019-06-27 16:07:34 +01:00 committed by Arnout Engelen
parent d758e746d1
commit 9c0cece7de

View file

@ -400,7 +400,7 @@ e.g. with @ref:[Persistence](persistence.md).
The performance cost of `rememberEntities` is rather high when starting/stopping entities and when
shards are rebalanced. This cost increases with number of entities per shard and we currently don't
recommend using it with more than 10000 entities per shard.
recommend using it with more than 10000 active (non passivated) entities per shard.
## Supervision