Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update limits #996

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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