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
or is the node-addon stack-size shared with node.js? have a js-program i want to rewrite in c, because it overflows the v8-stack when used with the intended dataset.
msdocs states the default stacksize is 1mb and can be increased to 8mb via commandline like:
cl.exe /F 8 ...
also curious in general on how to add msvc commandline options to binding.gyp
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
or is the node-addon stack-size shared with node.js? have a js-program i want to rewrite in c, because it overflows the v8-stack when used with the intended dataset.
msdocs states the default stacksize is 1mb and can be increased to 8mb via commandline like:
also curious in general on how to add msvc commandline options to
binding.gyp
Beta Was this translation helpful? Give feedback.
All reactions