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
node v11.6.0
Linux 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
I have a node js script with custom arguments. When I pass a string argument with size larger than 170_000 node js returns an empty string with exit status 7. The script is not even started
system limit
getconf ARG_MAX
2097152
The text was updated successfully, but these errors were encountered:
getconf ARG_MAX does not tell the whole story. See this answer on StackOverflow for more details. In short, the limit is lower than that, more like 128k.
node v11.6.0
Linux 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
I have a node js script with custom arguments. When I pass a string argument with size larger than 170_000 node js returns an empty string with exit status 7. The script is not even started
system limit
The text was updated successfully, but these errors were encountered: