Storage limit of a single SUI object onchain

In solidity, you can store up to 25 kb of data in a smart contract. What is the limit of storage a sui object can store on-chain?

1 Like

Max size of an individual object on Sui is currently 250KiB.

So what happens if it exceeds this limit

1 Like

So what happens if it exceeds this limit, Nothing i guess

If a transaction tries to produce an object that is larger than the storage limit, it will fail.