solana_cost_model::block_cost_limits

Constant MAX_WRITABLE_ACCOUNT_UNITS

source
pub const MAX_WRITABLE_ACCOUNT_UNITS: u64 = _; // 12_000_000u64
Expand description

Number of compute units that a writable account in a block is allowed. The limit is to prevent too many transactions write to same account, therefore reduce block’s parallelism.