diff --git a/lib/si-layer-cache/src/db.rs b/lib/si-layer-cache/src/db.rs index 025c2a53d7..f14a257ee5 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(20) + .memory_usable_max_percent(50) .disk_usable_max_percent(50) .with_path_join(workspace_snapshot::CACHE_NAME), compute_executor.clone(),