What it means
The contract tried to allocate too much memory or build an oversized array, typically triggered by a parameter that is far larger than intended.
How to fix it
Check any amount or count fields for extra digits, and rebuild the transaction from the dapp rather than editing raw values.