From 652a2b9f32aecf5f36bc5e498e6bd6aacc71deb1 Mon Sep 17 00:00:00 2001 From: Scott Prutton Date: Thu, 12 Dec 2024 09:32:06 -0500 Subject: [PATCH] chore: temporarily shrink size of workspace snapshots cache --- lib/si-layer-cache/src/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/si-layer-cache/src/db.rs b/lib/si-layer-cache/src/db.rs index f14a257ee5..025c2a53d7 100644 --- a/lib/si-layer-cache/src/db.rs +++ b/lib/si-layer-cache/src/db.rs @@ -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(),