Clarify remembered entities limit is for active entities (#27221)
This commit is contained in:
parent
d758e746d1
commit
9c0cece7de
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue