Skip to content

Commit

Permalink
Merge pull request #5113 from systeminit/temp_shrink_cache
Browse files Browse the repository at this point in the history
chore: temporarily shrink size of workspace snapshots cache
  • Loading branch information
sprutton1 authored Dec 12, 2024
2 parents 8683496 + 652a2b9 commit 6b79f6c
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 6b79f6c

Please sign in to comment.