fix(cli): optimize startup with lightweight parent process (#24667)

This commit is contained in:
Sehoon Shon
2026-04-08 20:17:32 -04:00
committed by GitHub
parent f1bb2af6de
commit 464bac270c
6 changed files with 170 additions and 49 deletions
+2 -1
View File
@@ -1907,7 +1907,8 @@ const SETTINGS_SCHEMA = {
category: 'Advanced',
requiresRestart: true,
default: true,
description: 'Automatically configure Node.js memory limits',
description:
'Automatically configure Node.js memory limits. Note: Because memory is allocated during the initial process boot, this setting is only read from the global user settings file and ignores workspace-level overrides.',
showInDialog: true,
},
dnsResolutionOrder: {