-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increasing the limit on interest group size? #402
Comments
We are also interested in this direction, depending on how some of the issues mentioned in #361 get addressed. |
I didn't find a 50kB limit. Would you mind referring me to it? TY |
Hi David, you can find it here https://wicg.github.io/turtledove/spec.html#joining-interest-groups if you search for "50 KB". |
Thank you @jonasz. If the proposed |
I think we can consider something like @jonasz proposed -- a per joining origin / site limit across all interest groups joined from that origin / site. We'd still need a global limit, since the number of origins / sites that a user can visit is arbitrarily large. What new limit values would work for you? |
What do you think about 5MB per (owner, site), and 50MB per (owner)? These should be comfortable limits for us judging by our current usage and estimates. |
That could work for us too. We would like to revisit the numbers once we get more FLEDGE traffic. |
We're looking into increasing the per-interest group limit to 1MB, with a limit of 10MB per owner. Does that sound like it would be sufficient for your use cases? |
Also set a per-owner limit of 10MB for all interest groups from that owner. Related to discussion: WICG/turtledove#402 Change-Id: I01ae54e2f41e1c24d93f9abe5630d7bdd18a3a83
Also set a per-owner limit of 10MB for all interest groups from that owner. Related to discussion: WICG/turtledove#402 Change-Id: I01ae54e2f41e1c24d93f9abe5630d7bdd18a3a83
Also set a per-owner limit of 10MB for all interest groups from that owner. Related to discussion: WICG/turtledove#402 Change-Id: I01ae54e2f41e1c24d93f9abe5630d7bdd18a3a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362860 Reviewed-by: Caleb Raitto <[email protected]> Commit-Queue: Russ Hamilton <[email protected]> Cr-Commit-Position: refs/heads/main@{#1129232}
Also set a per-owner limit of 10MB for all interest groups from that owner. Related to discussion: WICG/turtledove#402 Change-Id: I01ae54e2f41e1c24d93f9abe5630d7bdd18a3a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362860 Reviewed-by: Caleb Raitto <[email protected]> Commit-Queue: Russ Hamilton <[email protected]> Cr-Commit-Position: refs/heads/main@{#1129232}
Also set a per-owner limit of 10MB for all interest groups from that owner. Related to discussion: WICG/turtledove#402 Change-Id: I01ae54e2f41e1c24d93f9abe5630d7bdd18a3a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362860 Reviewed-by: Caleb Raitto <[email protected]> Commit-Queue: Russ Hamilton <[email protected]> Cr-Commit-Position: refs/heads/main@{#1129232}
…1MB, a=testonly Automatic update from web-platform-tests Increase maximum interest group size to 1MB Also set a per-owner limit of 10MB for all interest groups from that owner. Related to discussion: WICG/turtledove#402 Change-Id: I01ae54e2f41e1c24d93f9abe5630d7bdd18a3a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362860 Reviewed-by: Caleb Raitto <[email protected]> Commit-Queue: Russ Hamilton <[email protected]> Cr-Commit-Position: refs/heads/main@{#1129232} -- wpt-commits: eae9862859a94faccc2abbf87e6b718408c85b41 wpt-pr: 39483
Circling back to this, we increased the per-interest group size limit to 1MB, with a limit of 10MB per owner. That change rolled out in Chrome release M114. |
If a publishers is hosting -- for instance -- 10 interest group owners, would that equate to process 100Mb of data for each runAdAuction in the worst case scenario? |
Hi,
Currently there is a limit of 50kB on the size of a single interest group. We are considering, for various reasons, adjusting our system to only create a single IG per advertiser. By doing so we'd need to squeeze in more information in a single IG instance, and the 50kB limit becomes problematic.
I was wondering, would it be possible to increase the limit? Or perhaps to introduce a single limit for the total size of all interet groups created on a specific domain by a specific owner, and drop the per-IG 50kB limit?
Best regards,
Jonasz
The text was updated successfully, but these errors were encountered: