Skip to content

Commit

Permalink
Update limits
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Sep 24, 2024
1 parent 27c1fa2 commit ef15802
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 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 |
| 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 |
| 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 | 200 KB |
| Max txs size in bytes per ledger | 130 KB |
| Eviction scan size | 500 KB |

## Resource Fees

Expand Down

0 comments on commit ef15802

Please sign in to comment.