Skip to content

Commit

Permalink
chore: temporarily shrink size of workspace snapshots cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sprutton1 committed Dec 12, 2024
1 parent 8683496 commit 652a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/si-layer-cache/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ where
cache_config
.clone()
.with_name(workspace_snapshot::CACHE_NAME)
.memory_usable_max_percent(50)
.memory_usable_max_percent(20)
.disk_usable_max_percent(50)
.with_path_join(workspace_snapshot::CACHE_NAME),
compute_executor.clone(),
Expand Down

0 comments on commit 652a2b9

Please sign in to comment.