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
Making a note here that this might be useful: https://github.com/substack/hyperquest. The current approach of using stdlib https looks like it might cause pain/there are known issues with trying to stream data without fine-tuning
We are currently using a string that will take up memory inside of the lambda
https://github.com/iopipe/iopipe-plugin-profiler/blob/master/src/index.js#L80
We can use the stream instead, example here:
https://github.com/node-inspector/v8-profiler
To stream directly to the http request. Saving memory and potentially time.
The text was updated successfully, but these errors were encountered: