virtualisation.xen.store.settings.conflict.burstLimit
Limits applied to domains whose writes cause other domains' transaction commits to fail. Must include decimal point.
The burst limit is the number of conflicts a domain can cause to fail in a short period; this value is used for both the initial and the maximum value of each domain's conflict-credit, which falls by one point for each conflict caused, and when it reaches zero the domain's requests are ignored.
- Type
nonnegative floating point number, meaning >=0- Default
5.0- Example
15.0- Declared
- <nixpkgs/nixos/modules/virtualisation/xen-dom0.nix>