Skip to content

Commit

Permalink
Update limits (#996)
Browse files Browse the repository at this point in the history
* Update limits

* Update resource-limits-fees.mdx

* Update limits

* update again

* KB - KiB
  • Loading branch information
briwylde08 authored Oct 9, 2024
1 parent 3cf4948 commit d15acc4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/networks/resource-limits-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,21 @@ Resource limitations and fees only apply to smart contract transactions. Read mo

| Network Setting | Value |
| --- | --- |
| Soroban Txn per ledger | 100 |
| Max CPU Instructions per Txn | 100 million |
| Memory limit per Txn | 40 MB |
| Soroban txn per ledger | 100 |
| Max CPU instructions per txn | 100 million |
| Memory limit per txn | 40 MB |
| Ledger key size (contract storage key) | 250 bytes |
| Ledger entry size (including Wasm entries) per Txn | 64 KB |
| Read/Write Ledger entries per Txn | 40 read; 25 write |
| Read/Write bytes per Txn | 200 KB read; 65 KB write |
| Transaction size | 70 KB |
| Ledger entry size (including Wasm entries) per txn | 128 KiB |
| Read/Write ledger entries per txn | 40 read; 25 write |
| Read/Write bytes per txn | 200 KB read; 129 KiB write |
| Transaction size | 129 KiB |
| Persistent entry minimal/initial lifetime | 120 days |
| Temporary entry minimal/initial lifetime | 1 day |
| Max ledger entry expiration bump | 6 months |
| Events+return value size bytes | 8 KB |
| Max write bytes per ledger | 140 KiB |
| Max txs size in bytes per ledger | 130 KiB |
| Eviction scan size | 500 KB |

## Resource Fees

Expand Down

0 comments on commit d15acc4

Please sign in to comment.