1
0
mirror of https://github.com/ltcptgeneral/cs239-caching.git synced 2025-04-02 12:43:26 +00:00
cs239-caching/app/config_tiered.yaml
Arthur Lu 50b5ea0acd update configs for new database size,
add simulated 10ms delay to database,
updated test script naming to better convey the experiment method
2025-03-01 00:35:51 +00:00

4 lines
170 B
YAML

cache_strategy: "Tiered"
cache_limit: 25
l2_cache_limit: 175
db_file: "llmData_sns.json" # Change this to the name of any json file within the "database/datastore" folder