virtualisation.xen.store.settings.conflict.burstLimit

NixOS option

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 in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →