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
For large idl's, they can't fit in the 10kb pda account. To get around this, I suggest adding a realloc instruction to increase the size of idl account.
Would dovetail nicely with #2329 which makes sure account creation doesnt fail.
The text was updated successfully, but these errors were encountered:
Even with a realloc ix 10kb is all we can really fit into a PDA account without running into memory issues. Fixing the memory issues is a whole other task that doesn't quite seem worth engaging in at the moment.
For large idl's, they can't fit in the 10kb pda account. To get around this, I suggest adding a realloc instruction to increase the size of idl account.
Would dovetail nicely with #2329 which makes sure account creation doesnt fail.
The text was updated successfully, but these errors were encountered: