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
By default, the CLI tools (both ion and ionizer) have very small buffers for various things. A customer had a file, for example with a 90K byte string literal in it which causes the tool to fail with an undersized buffer error.
I patched the tools at commit 353fdee to unblock the customer, however, we really should either take the above defaults and/or make this configurable.
The text was updated successfully, but these errors were encountered:
By default, the CLI tools (both
ion
andionizer
) have very small buffers for various things. A customer had a file, for example with a 90K byte string literal in it which causes the tool to fail with an undersized buffer error.I patched the tools at commit 353fdee to unblock the customer, however, we really should either take the above defaults and/or make this configurable.
The text was updated successfully, but these errors were encountered: