# ActivationRebalancerOptions.ScaleAllowedEntropyDeviation

[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 bool ScaleAllowedEntropyDeviation
```

Determines whether [ActivationRebalancerOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrebalanceroptions/) should be scaled dynamically based on the total number of activations. When set to `true`, the allowed entropy deviation will increase logarithmically after reaching [ActivationRebalancerOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrebalanceroptions/), and will cap at [ActivationRebalancerOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrebalanceroptions/).
