# ActivationRebalancerOptions.AllowedEntropyDeviation

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrebalanceroptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrebalanceroptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Configuration/Options/ActivationRebalancerOptions.cs)

```csharp
public double AllowedEntropyDeviation
```

Represents the allowed entropy deviation between the cluster's current entropy, against the theoretical maximum. Values lower than this are practically considered as "maximum", and the current rebalancing session will stop. This acts as a base rate if [ActivationRebalancerOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrebalanceroptions/) is set to `true`.
