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
/v2/<name>/tags api will query all tags in the repo and load them into memory. If there are a large number of tags in the repo, there may be leading to OOM.
how about to limit the maximum number of entries returned by the single tags list API like /v2/_catalog API and return Link for next page.
/v2/<name>/tags
api will query all tags in the repo and load them into memory. If there are a large number of tags in the repo, there may be leading to OOM.how about to limit the maximum number of entries returned by the single tags list API like
/v2/_catalog
API and returnLink
for next page.Related discussions:
distribution/distribution#4315 (reply in thread)
The text was updated successfully, but these errors were encountered: