You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Hi, is there a limit for the length of 'trytes' in MAM.create(mamState, trytes)?
I encoded a string to str Trytes with trytes = iota.utils.toTrytes(str) , then passed the encoded 'trytes' to the MAM.create() to create a message. It worked well with a string less than 638036 Bytes, but caused the following error with even one more byte (638037).
fatal runtime error: allocator memory exhausted trap! trap! abort("trap!"). Build with -s ASSERTIONS=1 for more info.
Is this a bug?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, is there a limit for the length of 'trytes' in MAM.create(mamState, trytes)?
I encoded a string to str Trytes with trytes = iota.utils.toTrytes(str) , then passed the encoded 'trytes' to the MAM.create() to create a message. It worked well with a string less than 638036 Bytes, but caused the following error with even one more byte (638037).
fatal runtime error: allocator memory exhausted
trap!
trap!
abort("trap!"). Build with -s ASSERTIONS=1 for more info.
Is this a bug?
The text was updated successfully, but these errors were encountered: