Skip to content

Commit

Permalink
Update limits
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Oct 3, 2024
1 parent 348d9b0 commit fb5ad03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/networks/resource-limits-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ Resource limitations and fees only apply to smart contract transactions. Read mo
| 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 |
| Ledger entry size (including Wasm entries) per txn | 128 KB |
| Read/Write ledger entries per txn | 40 read; 25 write |
| Read/Write bytes per txn | 200 KB read; 65 KB write |
| Read/Write bytes per txn | 200 KB read; 129 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 | 70 KB |
| Max txs size in bytes per ledger | 70 KB |
| Eviction scan size | 100 KB |
| Max write bytes per ledger | 140 KB |
| Max txs size in bytes per ledger | 130 KB |
| Eviction scan size | 500 KB |

## Resource Fees

Expand Down

0 comments on commit fb5ad03

Please sign in to comment.