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
Description of the bug:
searchStream followed by iterateAllElements produces a memory error "Allowed memory size of xxx bytes exhausted" if the result is large, because of lacking pagination.
Could you share your customer ID and login-customer-id with us via googleadsapi-support@google.com? Ensure to mention this GitHub issue so the agent there can pass the information to me to take a closer look. Thanks.
In the meantime, could you please share what gRPC and protobuf versions are you using?
Your client library and Google Ads API versions:
v25.0.0
V18
Your environment:
Description of the bug:
searchStream followed by iterateAllElements produces a memory error "Allowed memory size of xxx bytes exhausted" if the result is large, because of lacking pagination.
Steps to reproduce:
Expected behavior:
No memory error, or some mechanism to paginate results.
Request/Response Logs:
This is also mentioned in https://groups.google.com/g/adwords-api/c/kBZ9CBk9AWQ/m/wLU2Gq6uAAAJ?utm_medium=email&utm_source=footer
Using next_page_token wil not help in this case, as you want less results per time not more results over time.
The text was updated successfully, but these errors were encountered: