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
Improve upon #6841 to use streaming rpc endpoints so that the entire profile isn't loaded into memory. On a buys client or server a long run trace profile can reach near 100mb. Streaming would alleviate some of the memory burden on the server instead of loading it entirely in memory.
See #6841 (comment) for memory characteristics of various profiles.
The text was updated successfully, but these errors were encountered:
Issue
Improve upon #6841 to use streaming rpc endpoints so that the entire profile isn't loaded into memory. On a buys client or server a long run trace profile can reach near 100mb. Streaming would alleviate some of the memory burden on the server instead of loading it entirely in memory.
See #6841 (comment) for memory characteristics of various profiles.
The text was updated successfully, but these errors were encountered: