Skip to content

Conversation

byrnedj
Copy link
Contributor

@byrnedj byrnedj commented Oct 17, 2025

This support adds the lookaside behavior on a cache miss. On a cache miss, it simply inserts the item by getting a random offset of sample data.

Also added the ability to set a certain object size. We can make this more configurable later with a distribution.

Sample run:

./proxygen_cache --port=8111 --cache_size_mb=1024 --item_size=65536 --enable_lookaside

siege -q -i -c 64 -t 30s -H "Content-Type: application/octet-stream" -f urls.txt

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant