Now I am working with a Solana program and using serialization and deserialization. But I have memory limit error, because the memory of serialized values is too large.
How to solve this problem?
Now I am working with a Solana program and using serialization and deserialization. But I have memory limit error, because the memory of serialized values is too large.
How to solve this problem?