Solana Boosts Transaction Limit to 4,096 Bytes
Solana's new transaction limit is set to triple, from 1,232 bytes to 4,096 bytes, on September 9. This change will allow for larger payloads and accommodate workloads that previously required multiple transactions.
The current limit was originally based on a networking caution, but since Solana switched to QUIC in 2022, the 1,232-byte cap has become pointless. The new limit is chosen because it fits within a single memory page of validator hardware, reducing memory management costs.
This change will benefit zero-knowledge proofs, such as those used in Token Extensions' Confidential Transfers, and large multisig configurations. It will also enable developers to use v1 transactions, which can contain up to 4,096 bytes of data and provide native atomicity directly to the base layer.