diff --git a/src-tauri/src/cleaner.rs b/src-tauri/src/cleaner.rs index 2b545f9..6a09bb0 100644 --- a/src-tauri/src/cleaner.rs +++ b/src-tauri/src/cleaner.rs @@ -559,9 +559,6 @@ pub async fn run_deep_memory_clean() -> Result { SetSystemFileCacheSize(usize::MAX, usize::MAX, 0); } - // 配合普通清理一起执行 - let _ = run_memory_clean().await; - let after = get_memory_stats().used; let freed = before.saturating_sub(after); Ok(freed) diff --git a/src/App.vue b/src/App.vue index 410ba83..9d108d5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -950,8 +950,8 @@ watch(activeTab, (newTab) => {
@@ -994,7 +994,7 @@ watch(activeTab, (newTab) => {

普通加速

-

压缩所有进程的内存工作集,释放物理内存,不影响程序运行。

+

建议在需要开启更多软件,但内存占用居高不下时使用。