-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node string limitations #59
Comments
Any changes on this? |
No change right now - however both |
You might try this in node v8.10. It fixed a problem we were having with a max string size limitation. |
Heads-up that we may also be able to reduce instances of the string limitation by binning buffers, iirc |
Buffers larger than ~192MB cannot be base64 encoded due to a NodeJS limitation. nodejs/node#4266
It would be good to get around this. In most cases however using the
--separate
flag is the way go.The text was updated successfully, but these errors were encountered: