Module solana_runtime::block_cost_limits[][src]

Expand description

defines block cost related limits

Structs

Number of compute units for each built-in programs

Constants

Cluster data, method of collecting at https://github.com/solana-labs/solana/issues/19627 Dashboard: https://metrics.solana.com:8889/sources/0/dashboards/10?refresh=Paused&lower=now%28%29%20-%2012h

Number of data bytes per compute units

Static configurations:

Statically computed data:

number of concurrent processes,

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, threrefore reduce block’s paralellism.

Number of compute units for one signature verification.

Number of compute units for one write lock